You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
css | 12 years ago | |
demo | 11 years ago | |
lib | 10 years ago | |
.gitignore | 10 years ago | |
LICENSE.md | 10 years ago | |
README.md | 7 years ago | |
jquery.fixedheadertable.js | 7 years ago | |
jquery.fixedheadertable.min.js | 7 years ago |
README.md
Version 2016-08-10
- jquery.fixedheadertable.js
Changes
- fixed sizing & resizing
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.