UNPKG

datatables.net-scroller-bs

Version:

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

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