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 proppaginationTotalRows
is now available to overridedata.length
New Features
- onChangePage now returns both the current page index and the total row count