github mui/mui-x v5.4.0

latest releases: v7.18.0, v6.20.5, v7.17.0...
2 years ago

A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:

  • 🚣 Introduce variable row height (#438) @DanailH

    Allows for setting a row-specific height.
    By default, all rows have the same height, but now you can set the height on a per-row basis.

    <DataGrid 
      getRowHeight={
        ({ id }: GridRowHeightParams) => (id % 2 === 0 ? 100 : null)
      }
    />
  • 🎁 Add new CSV export option: getRowsToExport (#3687) @flaviendelangle

  • 📚 Documentation improvements

  • 🐞 Bugfixes

@mui/x-data-grid@v5.4.0 / @mui/x-data-grid-pro@v5.4.0

Changes

Docs

Core

Don't miss a new mui-x release

NewReleases is sending notifications on new releases.