UNPKG

datatables.net-select-bs4

Version:

Select for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)

15 lines (9 loc) 296 B
/*! Bootstrap 4 styling wrapper for Select * © SpryMedia Ltd - datatables.net/license */ import jQuery from 'jquery'; import DataTable from 'datatables.net-bs4'; import select from 'datatables.net-select'; // Allow reassignment of the $ variable let $ = jQuery; export default DataTable;