HexagonJS
Sticky Table Headers Changelog
1.8.0
Bugfix
#236
Prevent sticky table headers showing up in Ctrl+F search results
1.7.0
Bugfix
#302
Fix that allows sticky tables to be nested
1.1.0
Updated
#9
Added a warning message when sticky table headers are used on a table without any columns
Bugfix
#101
Fix for static tables with sticky headers applied
Bugfix
#103
Fix nested sticky table headers
1.0.4
hx.StickyTableHeaders
Bugfix
#53
Updated the constructor so it no longer ignores the containerClass option
1.0.0
hx.StickyTableHeaders
Updated
Updated the internals to work better with transparent headings and improve performance
0.15.0
hx.StickyTableHeadersoptionsObject
options
alwaysStickyBoolean
Added
A boolean to determine whether to always display the sticky headers even when the table cannot be scrolled.
0.12.6
hx.StickyTableHeaders
Added
Added a module for giving html tables sticky headers.