mirror of
https://github.com/vitalif/Fixed-Header-Table
synced 2019-04-16 04:14:42 +03:00
master
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.
Description
Languages
JavaScript
94.1%
CSS
5.9%