Data Tables Display data in a column and row format.

Import
Description
TableWrapper component to declare a table
TableBodyWrapper component for the body of the table (rows)
TableCellChild component representing a cell within a row
TableHeadDeclare a header row for the table and acts as a wrapper component for the header cells
TableHeaderCellDeclare a header cell
TableRowChild component representing a row
TextContainerWrapper for large text blocks

People

Goods

Component props

Component
Name
Type
Description
TablechildrenNodeDeclare a table with this component
TableBodychildrenNodeDeclare the materialme of the table with this component
TableCellchildrenNodeDeclare a table cell with this component
TableCelldataNodeDeclare a table cell with this component
TableCellclassNameStringSpecify additional settings for a table cell
TableHeadchildrenNodeDeclare the table header with this component
TableHeaderCellchildrenNodeDeclare a table header cell with this component
TableHeaderCelldataNodeDeclare a table header cell with this component
TableHeaderCellclassNameStringSpecify additional settings for a table cell
TableRowchildrenNodeDeclare a table row as this component
TextContainerchildrenNodeWrap this component around the cell content to adjust its width.
TextContainerdataNodeWrap this component around the cell content to adjust its width.
TextContainerwidthStringAdjust the width of the component