Fixes
- #333 If you are using
paginationServer
and you remove the last item from a page, RDT will now fireonChangePage
with the recalculated page so you can correctly handle server pagination. Note that when you are usingpaginationServer
you should also be usingpaginationTotalRows
set to the total record count (not the page item count). This value should usually be available via your servers pagination api. Huge thanks to @sarathdr for identifying and submitting the fix!