How to improve IE performance with client-side processing but without Deferred Rendering option.

How to improve IE performance with client-side processing but without Deferred Rendering option.

ajeanlauerentajeanlauerent Posts: 1Questions: 0Answers: 0
edited February 2013 in DataTables 1.9
Hello,
My problem is the following:
I have 2000 rows to display in my datatable with client-side processing AJAX or js_array.
I must use fnGetNodes () because of the application functionnality, so iI can't use the deferred rendering option.
How can I improve the IE performance with these constraints.
Currently, it displays 2000 rows in13s, that isn't acceptable for final users.
Thank you for your help
Regards
Alex

Replies

  • allanallan Posts: 63,389Questions: 1Answers: 10,449 Site admin
    If I knew how to make DataTables core faster, I would put it in :-). There isn't a magic bullet that is going to make IE load large arrays in milli-seconds.

    See the speed FAQ for information about this: http://datatables.net/faqs#speed

    Allan
This discussion has been closed.