UNPKG

datatables.net-fixedheader-bs4

Version:

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

41 lines 1.16 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": "5.0.0", "files": [ "css/**/*.css", "js/**/*.js", "js/**/*.mjs", "types/**/*.d.ts" ], "keywords": [ "FixedHeader", "Fixed Headers", "Sticky", "Bootstrap", "Bootstrap4", "Datatables", "table", "filter", "sort" ], "dependencies": { "datatables.net-fixedheader": "5.0.0", "datatables.net-bs4": "^3" }, "author": { "name": "SpryMedia Ltd", "url": "http://datatables.net" }, "homepage": "https://datatables.net", "bugs": "https://datatables.net/forums", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/DataTables/FixedHeader.git" } }