Provides a scrollSyncID value a function to update its value. (Wraps useSync from Core). Utility for the
scrollSyncID prop on the Table component.
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.
Toolbar for a table. Should contain controls for interacting with the table. Must be placed under the table and be a
child of a <Table.Container> for sticky positioning to work correctly.
A table for displaying data. Analogous to the HTML
<table>element.For less advanced handling (with fewer prop requirements), see the BasicTable component.