MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / colReorderEnabled

Function colReorderEnabled

libs/datatables-binding-0.18/datatables.js:275–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273 // So it seems like the only way to know if colReorder is enabled or not is to
274 // check the options.
275 var colReorderEnabled = function() { return "colReorder" in options; };
276 var table = $table.DataTable(options);
277 $el.data('datatable', table);
278

Callers 2

datatables.jsFile · 0.85
i_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected