UNPKG

datatables.net-fixedheader-bs5

Version:

FixedHeader for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)

41 lines 1.12 kB
{ "name": "datatables.net-fixedheader-bs5", "description": "FixedHeader for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)", "main": "js/fixedHeader.bootstrap5.js", "module": "js/fixedHeader.bootstrap5.mjs", "style": "css/fixedHeader.bootstrap5.css", "types": "./types/fixedHeader.bootstrap5.d.ts", "version": "5.0.0", "files": [ "css/**/*.css", "js/**/*.js", "js/**/*.mjs", "types/**/*.d.ts" ], "keywords": [ "FixedHeader", "Fixed Headers", "Sticky", "Bootstrap", "Bootstrap5", "Datatables", "table", "filter", "sort" ], "dependencies": { "datatables.net-fixedheader": "5.0.0", "datatables.net-bs5": "^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" } }