UNPKG

datatables.net-colreorder-dt

Version:

ColReorder for DataTables with styling for [DataTables](https://datatables.net/)

15 lines (9 loc) 306 B
/*! DataTables styling wrapper for ColReorder * © SpryMedia Ltd - datatables.net/license */ import jQuery from 'jquery'; import DataTable from 'datatables.net-dt'; import ColReorder from 'datatables.net-colreorder'; // Allow reassignment of the $ variable let $ = jQuery; export default DataTable;