v1.5.4
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 named
paginationComponentOptions
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