lrStickyHeader icon indicating copy to clipboard operation
lrStickyHeader copied to clipboard

make table headers sticky

Results 10 lrStickyHeader issues
Sort by recently updated
recently updated
newest added

Hi, I've lot of variety of tables where I'm using lrStickyHeader.js library. For simple tables it works fine without any flaws. But for large, complex tables with multiple column spans...

For this issue the 1.1.0 version isn't downloadable with bower install

plnkr https://plnkr.co/edit/hchB0MA3Yve1SbomxQn4?p=info

The implementation for lrStickyHeader does not work for IE browser. Things like ScrollTop are used, which are not supported for IE. Can you please make this working for IE browsers...

Hello Laurent, I have an issue with lrStickyHeader/stStickyHeader when the table size is a little bit bigger than the size of the viewport. When the sticky header appears, it is...

Fix for issue #9 - Position fixed changing window.scrollY of document. Now factors the height of the thead when computing the threshold.

I have tested in your demo and I found that if i add more th to the thead, the th will be hidden if it overflows the window, and the...

Added sticky header support for multiple rows in thead. Updated Readme.md Fixes #6 (Given fix for the following IE and cross browsers issues) Fixes #4 (Had fix for this ,given...

I needed to be able to have the sticky `thead` functionality inside an absolutely scrolling div container. Originally the scroll listeners were set to the `window` and the `top` position...