# Fixed-Header-Table **Repository Path**: mirrors_ReneNyffenegger/Fixed-Header-Table ## Basic Information - **Project Name**: Fixed-Header-Table - **Description**: jQuery plugin for tables with fixed headers - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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.