Go to file
crazytonyi 47431474ef Documentation and demo still say to use fixedColumn and set to true. Added it back into default settings set to false and if set to true (and fixedColumns is 0) sets fixedColumns to 1. Not sure if the 'fixedColumns <= 0' covers all bases, but it accounts for when the parameter is set to a valid option. 2012-02-14 06:19:57 -06:00
css Updated version in comments 2011-05-18 18:38:24 -04:00
demo Updated tests for multiple-fixed-columns 2011-08-01 07:53:22 -10: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 Documentation and demo still say to use fixedColumn and set to true. Added it back into default settings set to false and if set to true (and fixedColumns is 0) sets fixedColumns to 1. Not sure if the 'fixedColumns <= 0' covers all bases, but it accounts for when the parameter is set to a valid option. 2012-02-14 06:19:57 -06: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.