github gregnb/mui-datatables 2.5.0
Allow accessing nested data, allow removing rowsPerPageOptions in pagination display, and various fixes.

latest releases: 4.3.0, 4.2.2, 3.8.5...
4 years ago
  • Added ability to access nested data, e.g. const data = [{ phone: { home: '215-555-5555', cell: '313-555-5555' } }]; const columns = [{ name: 'phone.home' }, { name: 'phone.cell' } ];
  • Added ability to remove rowsPerPageOptions in pagination by supplying only one option or an empty array
  • Fix select toolbar height so that it is the same height as the main toolbar
  • Provide the correct order in the metadata array in customBodyRender
  • Fix pagination bug when the page set was higher than the total number of pages available

Don't miss a new mui-datatables release

NewReleases is sending notifications on new releases.