This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
Releases: bsara/sticky-table-headers.js
Releases · bsara/sticky-table-headers.js
v0.2.2
v0.2.0
Changes
- [Feature] Added the ability to include table
caption
element as part of the sticky table header. - [Feature] Added functions to enable/disable sticky headers on table without using the manager and without initializing a new
StickyTableHeader
manually.- [New Function]
STH.enableStickyTableHeader
- [New Function]
STH.disableStickyTableHeader
- [New Function]
- [Bug Fix] Fixed many styling issues related to widths of table header columns and sticky header general positioning.
- [Bug Fix] Fixed Travis CI build.
- Made code base more secure with truly private object properties.
- Code cleanup.