---
generate_toc: true
---
import { ComponentExample } from "@/components/ComponentExample"
import { ComponentReference } from "@/components/ComponentReference"
export const metadata = {
title: `Table`,
}
# {metadata.title}
A component that displays data in a structured table format.
In this guide, you'll learn how to use the Table component.
If you're looking to add a table to your Medusa Admin customizations with advanced features like filters, search, sorting, and bulk actions, refer to the [DataTable](../data-table/page.mdx) component instead.
## Usage
```tsx
import { Table } from "@medusajs/ui"
```
```tsx
#
Customer
Email
1
Emil Larsson
emil2738@gmail.com
```
---
## API Reference
---
## Examples
### Table with Pagination