fnDraw not working correctly

fnDraw not working correctly

rkumarrkumar Posts: 5Questions: 0Answers: 0
edited July 2013 in DataTables 1.9
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?

Replies

  • rkumarrkumar Posts: 5Questions: 0Answers: 0
    I have uploaded data to the server through Data Tables debugger tool. The link is - http://debug.datatables.net/onodut
  • rkumarrkumar Posts: 5Questions: 0Answers: 0
    The issue is fixed.. It was not a data table issue. Please ignore.
  • rkumarrkumar Posts: 5Questions: 0Answers: 0
    Allan, I would like to request you to delete the debug data - http://debug.datatables.net/onodut
  • Matt_mekMatt_mek Posts: 3Questions: 0Answers: 0
    edited July 2013
    Sorry, scrap that. It was my mistake!
    ----------------------
    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
This discussion has been closed.