Skip to content

markmalek/Fixed-Header-Table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d9353ec · Dec 9, 2016

History

84 Commits
May 18, 2011
Feb 27, 2012
Jul 8, 2013
Aug 1, 2013
Sep 19, 2013
Aug 1, 2011
Dec 22, 2015
Feb 27, 2014
Jul 6, 2015

Repository files navigation

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.