fnDeleteRow IE8 Bug

fnDeleteRow IE8 Bug

gbrancolinigbrancolini Posts: 1Questions: 0Answers: 0
edited February 2012 in Bug reports
Hi, I have tested this function and works fine on IE9 and W7, but on XP IE8 I have found this issue, to reproduce it, I have made this steps:

1) on a table with 50 regs, I show 10 records per page.
2) I choose to delete one of the last records (page 5, anyone of those)
3) The record is deleted, but if I show more than 10 records or rows, then those records I've deleted are shown back.

Any work arround to solve this? the sintax I use is oTable.fnDeleteRol([IndexOfRow]);

Best regards and thank you in advance!

Replies

  • allanallan Posts: 63,161Questions: 1Answers: 10,406 Site admin
    Seems to work okay for me: http://live.datatables.net/ikoxoz/edit (there are 57 on initialisation). Can you give me a demo page that shows the problem please?

    Allan
This discussion has been closed.