What's Changed
- Added support for Detail Panels and Row Virtualization at the same time
- Added support for Conditional Detail Panels (expand button is disabled when renderDetailPanel returns falsy value). Empty detail panels
<tr>
still render for virtualization and striped rows to work properly. - Fixed Row Selection indeterminate and checked state when sub-row selection is off
- Fixed Expand Row Button padding and rotation in RTL mode
- Fixed Pagination Icon Buttons in RTL mode
- Set a default "right" cell alignment when theme.direction is "rtl"
- Improved Header Group Column Sizing
- Removed some internal
"@mui/material"
imports. (Could speed up dev server hot reloads in some cases)
- Fix typo in about.mdx by @imnasnainaec in #933
New Contributors
- @imnasnainaec made their first contribution in #933
Full Changelog: v2.5.2...v2.6.0