Disable colReorder?

Disable colReorder?

johndaviesjohndavies Posts: 1Questions: 1Answers: 0

Hello,

Is there a way to disable column reordering dynamically? I know I can enabled it like this:

var table = $('#example').DataTable();

new $.fn.dataTable.ColReorder(table, {
   // options
});

but can it also be disabled dynamically?

Thank you!

This discussion has been closed.