UNPKG

@coreui/coreui-datatables

Version:

DataTables for CoreUI with styling for [CoreUI 3](https://coreui.io/)

30 lines 743 B
{ "name": "@coreui/coreui-datatables", "version": "1.0.0", "description": "DataTables for CoreUI with styling for [CoreUI 3](https://coreui.io/)", "files": [ "css/**/*.css", "js/**/*.js" ], "main": "./js/dataTables.bootstrap4.js", "style": "./css/dataTables.bootstrap4.css", "keywords": [ "filter", "sort", "DataTables", "jQuery", "table", "CoreUI" ], "homepage": "https://coreui.io", "bugs": "https://datatables.net/forums", "license": "MIT", "author": { "name": "SpryMedia Ltd", "url": "http://datatables.net" }, "dependencies": { "jquery": ">=1.7", "datatables.net": "1.10.19" } }