| Name | Role | Status | Actions |
|---|---|---|---|
| John Doe | Software Engineer | Active | Edit |
| Jane Smith | Designer | Active | Edit |
| Bob Johnson | Product Manager | Inactive | Edit |
| 3 items | 1 page | 1-3 of 3 | Next |
Installation
templui add tableAPI Reference
Table
Main table container component for displaying tabular data.
| Name | Type | Default |
|---|---|---|
Unique identifier for the table element. | | - |
Additional CSS classes to apply to the table. | | - |
Additional HTML attributes to apply to the table element. | | - |
Header
Table header container for column headers.
| Name | Type | Default |
|---|---|---|
Unique identifier for the header element. | | - |
Additional CSS classes to apply to the header. | | - |
Additional HTML attributes to apply to the header element. | | - |
Body
Table body container for table rows and data.
| Name | Type | Default |
|---|---|---|
Unique identifier for the body element. | | - |
Additional CSS classes to apply to the body. | | - |
Additional HTML attributes to apply to the body element. | | - |
Row
Table row component for containing table cells.
| Name | Type | Default |
|---|---|---|
Unique identifier for the row element. | | - |
Additional CSS classes to apply to the row. | | - |
Additional HTML attributes to apply to the row element. | | - |
Whether the row is selected (adds selected styling). | | |
Head
Table header cell component for column headers.
| Name | Type | Default |
|---|---|---|
Unique identifier for the header cell element. | | - |
Additional CSS classes to apply to the header cell. | | - |
Additional HTML attributes to apply to the header cell element. | | - |
Cell
Table data cell component for displaying content.
| Name | Type | Default |
|---|---|---|
Unique identifier for the cell element. | | - |
Additional CSS classes to apply to the cell. | | - |
Additional HTML attributes to apply to the cell element. | | - |
Caption
Table caption component for describing the table content.
| Name | Type | Default |
|---|---|---|
Unique identifier for the caption element. | | - |
Additional CSS classes to apply to the caption. | | - |
Additional HTML attributes to apply to the caption element. | | - |