UNPKG

datatables.net-colreorder-bs

Version:

ColReorder for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)

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