What's Changed?
- New highly requested
renderEmptyRowsFallback
prop for rendering custom JSX when there are no rows to display - Added
staticRowIndex
param tomuiTableBodyRowProps
to make styling striped virtual rows easier - Now allowing table head, body, and footer cell widths to be specified in
sx
prop whenenableColumnRisizing
is disabled. BUT YOU SHOULD STILL USE THEsize
COLUMN OPTION INSTEAD! - Fixed issue with "Reset Order" button not always being accurate when position props === "last"
- Fixed issue with draggable columns with grouping disabled still being allowed to be dragged to dropzone.
Full Changelog: v1.9.4...v1.10.0