The body of a table. Analogous to the HTML <tbody> element.
A cell of a table. Analogous to the HTML <td> element.
A filler row of a table. Useful for maintaining table height with pagination or variable data.
The footer of a table. Analogous to the HTML <tfoot> element.
The header of a table. Analogous to the HTML <thead> element.
A heading of a table. Analogous to the HTML <th> element.
A row of a table. Analogous to the HTML <tr> element.
A simple table for displaying data. Analogous to the HTML
<table>element. This component and its subcomponents use the CSS table-like display values.For more advanced handling (with additional prop requirements), see the Table component.