Go to file
Mark Malek f75b61f28e Merge pull request #71 from dormisher/master
Merging pull request to fix support for jQuery 1.9+ and the removal of $.browser.msie
Plugin fix for jQuery 1.9 >
2013-04-19 09:05:06 -07: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 Fixed mousewheel scroll distance, some JSLint complaints, corrected minification 2011-08-01 10:49:59 -10:00
.gitignore Added support for collapsed borders. 2011-04-30 20:44:30 -04:00
README.md Fixed mousewheel scroll distance, some JSLint complaints, corrected minification 2011-08-01 10:49:59 -10:00
jquery.fixedheadertable.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
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.