INNER CODE UNIT · JavaScript
colReorderEnabled
tidyverse/datascience-box · _freeze/site_libs/datatables-binding-0.23/datatables.js:346
var colReorderEnabled = function() { return "colReorder" in options; };
var table = $table.DataTable(options);
$el.data('datatable', table);
// Unregister previous Crosstalk event subscriptions, if they exist
if (instance.ctfilterSubscription) {
instance.ctfilterHandle.off("change", instance.ctfilterSubscription);
instance.ctfilterSubscription = null;
}
if (instance.ctselectSubscription) {
instance.ctselectHandle.off("change", instance.ctselectSubscription);
instance.ctselectSubscription = null;
}
if (!crosstalkOptions.group) {
$table[0].ctfilter = null;
$table[0].ctselect = null;
} else {