UNPKG

datatables.net-colreorder-bs5

Version:

ColReorder for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)

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