github KevinVandy/material-react-table v1.8.0

latest releases: v3.0.1, v3.0.0, 2.13.3...
19 months ago

What's Changed

  • Allow enableEditing prop and column options to be enabled conditionally per row (row) => boolean
  • Add editVariant and editSelectOptions column options to make it easier to create edit dropdowns
  • Add enableFilterMatchHighlighting as a column option to enable/disable filter match highlighting on a per column basis
  • Fixed issue with column resizing vars when "(" or ")" are in accessor keys
  • Fixed issue with column filter modes onChange resetting column filters too often
  • Fixed issue with manually managed grouping state not auto-showing the built-in mrt-expand-row column
  • Re-export all State types from TanStack Table so that they can be imported from material-react-table instead of @tanstack/react-table
  • Re-export all Virtualizer types from TanStack Virtual so that they can be imported from material-react-table instead of @tanstack/react-virtual
  • Export all MRT sortingFns, filterFns, and aggregationFns from 'material-react-table' so that they can be imported from material-react-table instead of @tanstack/react-table
  • Added support for parentheses in CSS var id by @oliverfrost1 in #377

New Contributors

Full Changelog: v1.7.4...v1.8.0

Don't miss a new material-react-table release

NewReleases is sending notifications on new releases.