UNPKG

datatables.net-rowgroup-dt

Version:

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

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