Table
A responsive table component to show structured data.
Usage
The Tabs component provides a way to organize content into multiple sections, displaying one section at a time.
Table Props
Customize the Table appearance with these configuration options.
The Table
component is composed of several parts, each with their own props
Prop | Type | Default |
---|---|---|
className | string | - |
Table.Header
Defines the table’s header row.
Prop | Type | Default |
---|---|---|
className | string | - |
Table.Body
Wraps the table rows inside the body section.
Prop | Type | Default |
---|---|---|
className | string | - |
Table.Row
Represents a single row in the table.
Prop | Type | Default |
---|---|---|
className | string | - |
Table.Cell
Represents a single cell in a row
Prop | Type | Default |
---|---|---|
className | string | - |
Table.SectionHeader
Represents a section heading, grouping different rows of the table.
Prop | Type | Default |
---|---|---|
classNames | { row?: string | undefined; cell?: string | undefined; } | - |
colSpan | number | - |