UNPKG

datatables.net-rowreorder-zf

Version:

RowReorder for DataTables with styling for [Foundation](https://get.foundation/)

15 lines (9 loc) 306 B
/*! Foundation styling wrapper for RowReorder * © SpryMedia Ltd - datatables.net/license */ import jQuery from 'jquery'; import DataTable from 'datatables.net-zf'; import RowReorder from 'datatables.net-rowreorder'; // Allow reassignment of the $ variable let $ = jQuery; export default DataTable;