v2.10.0
What's Changed
- Added automatic column order state recalculation for dynamic columns and dynamic MRT display columns being enabled/disabled
- Fixed bugs where enabling a feature like row selection conditionally would add columns to the end of the table when columnOrder state was not manually managed
- Fixed bugs where the show/hide columns menu would be empty when loading in dynamic column definitions without providing the columnOrder state manually
- Added new Cell Actions features which will show a MUI context menu when a cell is right-clicked by @KevinVandy in #963
- New
enableCellActions
table option - New
renderCellActionMenuItems
table and column options - New
MRT_ActionMenuItem
component to make styling all MRT menu items consistently (icons, text, spacing) easier to be consistent.
- New
- Toggle all columns visible issue fixed by @Menghini in #966
New Contributors
Full Changelog: v2.9.2...v2.10.0