fnDraw not working correctly
fnDraw not working correctly
rkumar
Posts: 5Questions: 0Answers: 0
I am using fnDraw in my code to redraw a table when I have added an element ( a row ) to it. But the problem is that "iDisplayStart" variable is being set incorrectly. On the server side, I am receiving a negative value of "iDisplayStart" being sent from the Data Table. How can I correct this?
This discussion has been closed.
Replies
----------------------
I'd like to add something to this.
Trying to use fnDraw, but it isn't actually redrawing the table.
Using jquery 1.8.2, jquery ui 1.10, datatables 1.9.4
The on fndraw event is firing, but not actually refreshing the table