UNPKG

datatables.net-fixedheader-bs4

Version:

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

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