table
v0.88.2arrow_drop_down










































A table can use fixed a special faster form of table rendering that does not resize table cells based on content.
Mapped over tableData
and should return shorthand for each Table.Row to be placed within Table.Body.
A table displays a collections of data grouped into rows.
A table can use fixed a special faster form of table rendering that does not resize table cells based on content
Mapped over tableData
and should return shorthand for each Table.Row to be placed within Table.Body.
A table row can have cells.
A table can have a footer.
A table can have a header.
A table can have a header cell.
A table can have rows.
Name | Type | Default value | Description |
---|---|---|---|
as | elementType | 'tbody' | An element type to render as (string or function). |
children | node | Primary content. | |
className | string | Additional classes. | |
as | elementType | 'tfoot' | An element type to render as (string or function). |
as | elementType | 'thead' | An element type to render as (string or function). |
children | node | Primary content. | |
className | string | Additional classes. | |
content | custom | Shorthand for primary content. | |
fullWidth | bool | A definition table can have a full width header or footer, filling in the gap left by the first column. | |
as | elementType | 'th' | An element type to render as (string or function). |
className | string | Additional classes. | |
sorted | 'ascending' | 'descending' | A header cell can be sorted in ascending or descending order. |