UNPKG

datatables.net-scroller-bs5

Version:

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

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