Bug when deleting a row on the last page
Bug when deleting a row on the last page
PounceX
Posts: 1Questions: 1Answers: 0
I noticed a bug when when you delete a row on the last page in your example:
http://datatables.net/examples/api/select_single_row.html
The last page has 7 records. When you delete a row, it should only show 6 - however, it actually shows 10. The row you deleted is gone, but it pulls in records from the 2nd-last page to make up a full 10, presumably equal to the page length?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
This should be fixed in the nightly version of DataTables 1.10.3-dev.
Allan