IE8 timeout

IE8 timeout

bindujohalbindujohal Posts: 2Questions: 0Answers: 0
edited August 2012 in DataTables 1.9
I am getting timeout error in IE8 which says script is taking too long for table with more than 800 rows. Its happening when i am looping through ajax data and trying to add it to datatable through dataTable().fnAddData();

Any idea to fix this?

Replies

  • allanallan Posts: 63,397Questions: 1Answers: 10,451 Site admin
    Make sure you pass the second parameter as false to fnAddData, otherwise it is going to do a full redraw every single time.

    Allan
  • bindujohalbindujohal Posts: 2Questions: 0Answers: 0
    Thanks for quick help. It worked like a charm.
This discussion has been closed.