Table
The Table component provides a flexible way to display tabular data with various styling options.Installation
Usage
Props
Table
Overrides the default element name to apply unique styles with the Customization Provider.
Sets a background color for even rows within the table.
Sets the
table-layout style of the Table.Sets the border style of the Table.
Sets the table to scroll horizontally on small screens.
Sets the table cells to not line wrap.
Sets the table to visually display the actionable state of an interactive table. Mainly used for Data Grid.
THead
Overrides the default element name to apply unique styles with the Customization Provider.
Makes the table head stick to the top of the window as the user scrolls a long table.
Allows manual control of the top offset, used in conjunction with
stickyHeader.Tr
Overrides the default element name to apply unique styles with the Customization Provider.
Sets the vertical alignment of the content within the Table row.
Th
Overrides the default element name to apply unique styles with the Customization Provider.
Sets the text alignment of the content within the Table cell.
Sets how white space inside the Table cell is handled.
Sets the width of a Table cell.
Td
Overrides the default element name to apply unique styles with the Customization Provider.
Sets the text alignment of the content within the Table cell.
Sets how white space inside the Table cell is handled.
TBody
Overrides the default element name to apply unique styles with the Customization Provider.
TFoot
Overrides the default element name to apply unique styles with the Customization Provider.