温红权 e28175f7db bugfix %!s(int64=7) %!d(string=hai) anos
..
css e28175f7db bugfix %!s(int64=7) %!d(string=hai) anos
demo e28175f7db bugfix %!s(int64=7) %!d(string=hai) anos
lib e28175f7db bugfix %!s(int64=7) %!d(string=hai) anos
.npmignore e28175f7db bugfix %!s(int64=7) %!d(string=hai) anos
LICENSE.md e28175f7db bugfix %!s(int64=7) %!d(string=hai) anos
README.md e28175f7db bugfix %!s(int64=7) %!d(string=hai) anos
jquery.fixedheadertable.js e28175f7db bugfix %!s(int64=7) %!d(string=hai) anos
jquery.fixedheadertable.min.js e28175f7db bugfix %!s(int64=7) %!d(string=hai) anos
package.json e28175f7db bugfix %!s(int64=7) %!d(string=hai) anos

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.