UNPKG

datatables.net-scroller-bs4

Version:

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

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