Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markmalek/Fixed-Header-Table
jQuery plugin for tables with fixed headers
https://github.com/markmalek/Fixed-Header-Table
Last synced: 10 days ago
JSON representation
jQuery plugin for tables with fixed headers
- Host: GitHub
- URL: https://github.com/markmalek/Fixed-Header-Table
- Owner: markmalek
- License: mit
- Created: 2011-04-04T14:23:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T09:13:03.000Z (about 7 years ago)
- Last Synced: 2024-04-24T15:23:45.698Z (7 months ago)
- Language: HTML
- Homepage: www.fixedheadertable.com
- Size: 489 KB
- Stars: 933
- Watchers: 61
- Forks: 545
- Open Issues: 114
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-jquery - Fixed-Header-Table - jQuery plugin for tables with fixed headers (Table of contents / Data Table)
README
## Version 1.3
- jquery.fixedheadertable.js
## Methods:* show - `$('selector').fixedHeaderTable('show');`
* hide - `$('selector').fixedHeaderTable('hide');`
* destroy - `$('selector').fixedHeaderTable('destroy');`## Options:
* width - Number - Default: 100%
* height - Number - Default: 100%
* fixedColumns - Number - Default: 0
* footer - Boolean - Default: false
* cloneHeadToFoot - Boolean - Default: false
* autoShow - Boolean - Default: true
* altClass - String - Default: none
* themeClass - String - Default: none### Notes:
If you aren't using the minified version, be sure to include
`lib/jquery.mousewheel.js` in your page if you require mousewheel
scrolling via fixed columns.