StickySort icon indicating copy to clipboard operation
StickySort copied to clipboard

Adding sticky headers and columns (if applicable) to your tables, complete with an extended sorting function

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

Hi, div.sticky-intersect is created in order to hide at the top left corner div.sticky-thead when the table is scrolled hozontally. Unfortunatly it doesn't work as it should. ![sticky-intersect-issue](https://user-images.githubusercontent.com/2332273/48897802-5886fe80-ee4b-11e8-9ebd-2d601c4605a2.gif) On the...

Unable to make first two columns sticky

Replace all occurrences of 'fluidbox' with 'stickysort'.

A breaking change in jQuery 3.0 is the [removal of `.load()`](https://jquery.com/upgrade-guide/3.0/#breaking-change-load-unload-and-error-removed). Replace with `.on('load', fn)` as recommended. > Noticed this was previously reported as part of #12

The event selectors, .load, .scroll, etc no longer work in jQuery 3 - to make your library work I changed the to .on('event', etc). See diff below. `diff ~/StickySort/jquery.stickysort.js jquery.stickysort.js...

… fixed a horizontal scrolling bug On some pages that have horizontal scrollbars the alignment is off for fixed columns, I fixed this issue. Also, pages with a fixed navbar...

Is there any way to define a number of pixels, from the top of the table where the sticky header will appear? There is an option to do that to...

question

Hi, Thank you for nice script. But I tried to stop sort on particular columns , which i not got any solution also if i added a checkbox in table...

Hi there, I was working on a website for a buddy and we decided to use your sticky sort, however we don't like how it re-sizes table columns. And looking...

Terry, I've applied an assortment of fixes to the main Javascript file & associated minified version. See https://github.com/plcrewe/StickySort.