Colreorder slow on IE

Colreorder slow on IE

mikes1280mikes1280 Posts: 1Questions: 1Answers: 0

We are trying to programatically use ColReorder on a table that has over 200 columns and 3000 rows.
Tried using the following line:

$('#myTable').DataTable().colReorder.order( [array of 200 integers, random order] )

On chrome it works fine, however, on IE9 it freezes. We suspect it could not handle this many columns.

Anyone have any ideas how to fix?

This discussion has been closed.