Skip to content

v1.4.6

Compare
Choose a tag to compare
@jbetancur jbetancur released this 23 Mar 00:01
· 758 commits to master since this release
deb1ff4

Bug Fixes

  • #79 When paging server-side the pagination row count was being calculated from data.length. Unfortunately, this breaks the pagination total since your total rows will only ever be the max page size. Therefore, a new prop paginationTotalRows is now available to override data.length

New Features

  • onChangePage now returns both the current page index and the total row count