()
| 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 |
no outgoing calls
no test coverage detected