Skip to content

v1.5.4

Compare
Choose a tag to compare
@jbetancur jbetancur released this 16 Jun 05:42
· 729 commits to master since this release

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