UNPKG

datatables.net-colreorder-bs4

Version:

ColReorder for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)

52 lines 1.37 kB
{ "name": "datatables.net-colreorder-bs4", "description": "ColReorder for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)", "main": "js/colReorder.bootstrap4.js", "module": "js/colReorder.bootstrap4.mjs", "style": "css/colReorder.bootstrap4.css", "types": "./types/colReorder.bootstrap4.d.ts", "version": "2.1.2", "files": [ "css/**/*.css", "js/**/*.js", "js/**/*.mjs", "types/**/*.d.ts" ], "keywords": [ "ColReorder", "Reorder", "Bootstrap", "Bootstrap4", "Datatables", "jQuery", "table", "filter", "sort" ], "dependencies": { "datatables.net-colreorder": "2.1.2", "datatables.net-bs4": "^2", "jquery": ">=1.7" }, "moduleType": [ "globals", "amd", "node" ], "ignore": [ "composer.json", "datatables.json", "package.json" ], "author": { "name": "SpryMedia Ltd", "url": "http://datatables.net" }, "homepage": "https://datatables.net", "bugs": "https://datatables.net/forums", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/DataTables/Dist-DataTables-ColReorder-Bootstrap4.git" } }