UNPKG

datatables.net-responsive-bs4

Version:

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

51 lines 1.35 kB
{ "name": "datatables.net-responsive-bs4", "description": "Responsive for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)", "main": "js/responsive.bootstrap4.js", "module": "js/responsive.bootstrap4.mjs", "style": "css/responsive.bootstrap4.css", "types": "./types/responsive.bootstrap4.d.ts", "version": "3.0.6", "files": [ "css/**/*.css", "js/**/*.js", "js/**/*.mjs", "types/**/*.d.ts" ], "keywords": [ "Responsive", "Bootstrap", "Bootstrap4", "Datatables", "jQuery", "table", "filter", "sort" ], "dependencies": { "datatables.net-responsive": "3.0.6", "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-Responsive-Bootstrap4.git" } }