Colreorder slow on IE
Colreorder slow on IE

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.