jQuery plugin for tables with fixed headers
npm install fixed-header-table* show - $('selector').fixedHeaderTable('show');
* hide - $('selector').fixedHeaderTable('hide');
* destroy - $('selector').fixedHeaderTable('destroy');
* 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
If you aren't using the minified version, be sure to includelib/jquery.mousewheel.js in your page if you require mousewheel
scrolling via fixed columns.