StickyTableHeaders icon indicating copy to clipboard operation
StickyTableHeaders copied to clipboard

A jQuery plugin that makes large tables more usable by having the table header stick to the top of the screen when scrolling.

Results 58 StickyTableHeaders issues
Sort by recently updated
recently updated
newest added

Check if CSS is already inserted

I have 5 tables in my page, when I watch the code I see 5 `` `.tableFloatingHeader{display:none !important;}.tableFloatingHeaderOriginal{position:static !important;}` ``

I have converted this to vanilla js code without jquery for my use case https://github.com/rohanpujaris/stickythead Opening this issue for the people looking for vanilla js implementation of sticky table header....

I'm working on a site that uses this plugin (v0.1.19). To improve site security, I'm adding a [Content Security Policy](https://content-security-policy.com/) which, among other things, does not allow inline styles. The...

G'day folks, Thanks for the exceptional work, after a long day of fighting `position: sticky;` polyfills this saved my butt 😎 Needed to throw in a TS definition locally, figured...

On Firefox version 66+ (not tested before), if the StickyTableHeaders-Table in on top of the page and has a **thead** tag, after leaving the sticky header table, the browser continues...

I like what you have done for making a fixed header html table. But since you are using 'position: fixed', there is this drawback of headers overflowing the container boundary,...

Header width is off (added black shadow to show the difference, also blue lines) TDs width sum is the same than the table width but there is an offset ![scrolling](https://user-images.githubusercontent.com/1144196/57166350-c0545480-6dae-11e9-918a-80d273be0044.jpg)