Table
Usage
Examples
Heading 1 | Heading 2 | Heading 3 |
---|---|---|
1 | 2 | 3 |
1 | 2 | 3 |
Total | 12345 |
Table System Props
padding
Table API
data
array
List of data to be displayed in the table. Used to auto generate table from data
children
node
The content of the table
Table.Cell System Props
padding
Table.Cell API
value
node
The value of the cell
className
string
Optional class name for the cell
children
node
The content of the cell
Table.HeaderCell System Props
padding
Table.HeaderCell API
value
node
The value of the cell
className
string
Optional class name for the cell
children
node
The content of the cell
Table.Row & Table.TotalsRow API
rowData
array
The data for the table row
className
string
Optional class name for the row
children
node
The content of the row