UNPKG

jquery-table-fixer

Version:

TableHeadFixer is a simple [jQuery](http:/jquery.com/ "jQuery") plugin for fixer HTML tables header, footer or columns.<br/> This plugin will only add elements events and css attributes necessary for fix tables header, footer or columns, you can customiz

39 lines (38 loc) 1.15 kB
{ "name": "jquery-table-fixer", "version": "1.0.0", "description": "TableHeadFixer is a simple [jQuery](http:/jquery.com/ \"jQuery\") plugin for fixer HTML tables header, footer or columns.<br/>\r This plugin will only add elements events and css attributes necessary for fix tables header, footer or columns, you can customize styles of your table, this plugin will not influence style of table (width, height, background, font color, etc...)", "main": "helloFixHeader.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/lai32290/HelloTableFixHeader.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/lai32290/HelloTableFixHeader/issues" }, "homepage": "https://github.com/lai32290/HelloTableFixHeader", "dependencies": { "gulp": "^3.8.11", "gulp-livereload": "^3.8.0", "gulp-watch": "^4.2.4" }, "directories": { "example": "examples" }, "keywords": [ "jquery", "table", "fixer", "column", "row", "line", "td", "tr", "fixed" ] }