Go to file
Vitaliy Filippov 3fb1801f87 change version 2016-08-14 16:15:56 +03:00
css Updated version in comments 2011-05-18 18:38:24 -04:00
demo Move themeClass and height from JavaScript to HTML. This makes the configuration easier and gives much better backward compatibility if JavaScript is turned off. 2012-02-27 17:12:08 +01:00
lib preventing 'apply' method call on undefined obj 2013-07-08 17:29:29 -03:00
.gitignore Add .DS_Store to gitignore 2013-08-01 01:46:40 -04:00
LICENSE.md Updated year and name 2013-09-19 01:47:08 -04:00
README.md change version 2016-08-14 16:15:56 +03:00
jquery.fixedheadertable.js Fix fixedheadertable resizing with fixed columns 2016-08-14 16:11:04 +03:00
jquery.fixedheadertable.min.js Fix fixedheadertable resizing with fixed columns 2016-08-14 16:11:04 +03:00

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.