Go to file
Freek Dijkstra b149990474 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
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 Merge fbbf58c into master (original version was made against v1.3) 2012-02-27 15:47:22 +01:00
jquery.fixedheadertable.min.js Fixed mousewheel scroll distance, some JSLint complaints, corrected minification 2011-08-01 10:49:59 -10: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.