Bug when deleting a row on the last page

Bug when deleting a row on the last page

PounceXPounceX 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

Answers

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin
    Answer ✓

    This should be fixed in the nightly version of DataTables 1.10.3-dev.

    Allan

This discussion has been closed.