UNPKG

datatables.net-select-se

Version:

Select for DataTables with styling for [SemanticUI](https://semantic-ui.com/)

15 lines (9 loc) 294 B
/*! Semanic UI styling wrapper for Select * © SpryMedia Ltd - datatables.net/license */ import jQuery from 'jquery'; import DataTable from 'datatables.net-se'; import select from 'datatables.net-select'; // Allow reassignment of the $ variable let $ = jQuery; export default DataTable;