Go to file
Mark Malek e9fe5297bc Updated README.md
Signed-off-by: Mark Malek <markmmalek@me.com>
2011-05-07 04:57:52 -04:00
css Updated comments 2011-05-02 10:52:24 -04:00
demo Updated demo and examples 2011-05-02 10:48:56 -04:00
.gitignore Added support for collapsed borders. 2011-04-30 20:44:30 -04:00
README.md Updated README.md 2011-05-07 04:57:52 -04:00
jquery.fixedheadertable.1.1.2.js First commit for this repo 2011-04-04 10:28:15 -04:00
jquery.fixedheadertable.1.1.2.min.js First commit for this repo 2011-04-04 10:28:15 -04:00
jquery.fixedheadertable.js Bug fixes: 2011-05-07 03:33:04 -04:00

README.md

Version 1.2

  • 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%
  • footer - Boolean - Default: false
  • cloneHeadToFoot - Boolean - Default: false
  • autoShow - Boolean - Default: true
  • altClass - String - Default: none
  • themeClass - String - Default: none