Skip to content

Releases: bsara/sticky-table-headers.js

v0.2.2

26 Jan 00:34
Compare
Choose a tag to compare

Changes

  • [Feature] Added SCSS copies of CSS file for easy import into SCSS files.
  • Added disclaimer about using position: sticky CSS over this library added to README.

v0.2.0

02 Mar 00:12
Compare
Choose a tag to compare

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.
  • [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.

v0.1.0

04 Jan 18:38
Compare
Choose a tag to compare

Changes

  • Initial Release