js-sticky-table-headers
Version:
Sticky table headers (JS way). Just to support overflow layout.
28 lines (27 loc) • 600 B
JSON
{
"name": "js-sticky-table-headers",
"version": "1.0.0-alpha.8",
"description": "Sticky table headers (JS way). Just to support overflow layout.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"sticky",
"table"
],
"author": "John Gerome Baldonado <johngerome@gmail.com>",
"license": "MIT",
"devDependencies": {
"typescript": "^4.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johngerome/sticky-thead"
},
"files": [
"dist/**/*"
]
}