datatables.net-colreorder-bs4
Version:
ColReorder for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
15 lines (9 loc) • 308 B
JavaScript
/*! Bootstrap 4 styling wrapper for ColReorder
* © SpryMedia Ltd - datatables.net/license
*/
import jQuery from 'jquery';
import DataTable from 'datatables.net-bs4';
import ColReorder from 'datatables.net-colreorder';
// Allow reassignment of the $ variable
let $ = jQuery;
export default DataTable;