StrataKit MUI modifications
Section titled “StrataKit MUI modifications”- Removed
role="rowgroup"semantics fromTableBody, as it is not necessary and can cause issues with some assistive technologies. - Enabled
TableRow’shoverprop by default, except when used insideTableHead.
Examples
Section titled “Examples”Footer
Section titled “Footer”Use size="small" for compact interfaces with limited screen real estate or when displaying large datasets.
Row selection
Section titled “Row selection”Use a Checkbox within the Table’s first column to give the user a clear indicator that rows can be selected. Combine it with the TableRow’s selected prop to visually reinforce selected rows.