Go to file
Mark Malek 231fdcd251 Add .DS_Store to gitignore 2013-08-01 01:46:40 -04: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
README.md Fixed mousewheel scroll distance, some JSLint complaints, corrected minification 2011-08-01 10:49:59 -10:00
jquery.fixedheadertable.js Fixes Issue #59 2013-07-12 16:51:52 +07:00
jquery.fixedheadertable.min.js replaced use of $.browser.msie which has been removed from jQuery 1.9 with equivalent check 2013-04-19 16:00:06 +01:00

README.md

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.