- Docs
- Components
- Table
Table
A responsive table component.
Preview
Code
Installation
CLI
Manual
Anatomy
Single import
Multiple imports
Examples
Sorting
Component table-sorting not found in registry.
Resizable
Component table-resizable not found in registry.
API Reference
Table.Root
| Prop | Type | Default |
|---|---|---|
children | ReactNode | |
className | string |
Table.Header
| Prop | Type | Default |
|---|---|---|
children | ReactNode | |
className | string |
Table.Body
| Prop | Type | Default |
|---|---|---|
children | ReactNode | |
className | string |
Table.Footer
| Prop | Type | Default |
|---|---|---|
children | ReactNode | |
className | string |
Table.Row
| Prop | Type | Default |
|---|---|---|
children | ReactNode | |
className | string |
Table.Head
| Prop | Type | Default |
|---|---|---|
children | ReactNode | |
className | string |
Table.Cell
| Prop | Type | Default |
|---|---|---|
children | ReactNode | |
colSpan | number | |
className | string |
Table.Caption
| Prop | Type | Default |
|---|---|---|
children | ReactNode | |
className | string |