Delete row pagination broken?
Delete row pagination broken?

If you look at the datatables delete single row example, and start deleting items on the last page of results, datatables seems to break the pagination. It displays a full page of results instead of just the remaining results on that page.
Any ideas for a fix/workaround?
This discussion has been closed.
Replies
This is the workaround I currently have for the problem (single row deletion). It finds the index of the row before the one to be deleted and calculates which page that row is on....