github jbetancur/react-data-table-component v1.5.4

latest releases: v7.6.2, v7.6.1, v7.6.0...
4 years ago

Features

  • #99 #102 Thank you @Lknechtli. You can now set a paginationDefaultPage to default the pagination at the page of your choice.
  • #83 You may now pass in a new property namedpaginationComponentOptions which you can use to override certain props in default pagination component. This same property can be also be used when developing your own custom pagination component where you want to pass your own config values.
{
 rowsPerPageText: 'Rows per page:',
 rangeSeparatorText: 'of' 
}

Bug Fixes

  • #101 when changing the pagination rows per page the currentPage was not being recalculated correctly. This should now work correctly for both client and server-side pagination

Don't miss a new react-data-table-component release

NewReleases is sending notifications on new releases.