DataTable is much slower in IE11
DataTable is much slower in IE11
althaf
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.
This discussion has been closed.
Answers
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