UNPKG

datatables.net-scroller-dt

Version:

Scroller for DataTables with styling for [DataTables](https://datatables.net/)

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