DataTable is much slower in IE11

DataTable is much slower in IE11

althafalthaf Posts: 5Questions: 3Answers: 0

My Datatable is having 140 rows and 80 columns, which renders and works very fast in Chrome (takes < 2 seconds). But it is very very slow in IE 11 (some times 10+ seconds).
How to imporve the performance of DataTable in IE11. Please help me as my all customers use IE 11.

Answers

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin

    IE is just a very slow browser! That said, make sure you are Ajax loading your data and have deferRender enabled.

    If that doesn't help, please link to a test case showing the issue so I can see how the table is configured.

    Allan

This discussion has been closed.