Tag Archives: Sticky

StickyHeaders 3.0 Released

StickyHeaders 3.0 for SharePoint 2013 on-premises and SharePoint Online has been released.

I spent a lot of time to get rid of the bugs in previous versions and I came up with greatly simplified code that makes a lot of things better than before. One of the biggest changes is that the sticky headers now keep their full functionality in quick edit mode.

Furthermore, the performance has been dramatically increased and all calculations which are necessary to figure out whether the header shall be sticky or not take now less than 1ms for each scroll step on a normally powered computer (especially important when smooth scrolling is activated). You can grab the script directly from the related Product Page

Should you have any questions, problems or bug reports please use the comment section on the Product Page or the Forum.

(Updated) Sticky Headers for SharePoint 2013 – v2.0

Update 4th of March, 2016: This script has its own Product Page now and all future updates will be posted there. Should you have any questions, problems or bug reports please use the comment section on the Product Page or the Forum.

A limitation of the StickyHeaders script in version 1.0 is that it is not working in Quick Edit mode. Therefore I updated the script and released version 2.0 which is now also working in Quick Edit mode. You can download the script at the end of this post.

Version 2.0 also eliminates a few bugs that showed up from time to time. While the sticky headers are fully functional in list views, the sticky headers lose their functionalities in Quick Edit mode, but I hope that I can address this issue later (I already got an idea how to do it, so check back a bit later if you need these functions).

Continue reading

Sticky Headers in SharePoint 2013

Update 4th of March, 2016: This script has its own Product Page now and all future updates will be posted there. Should you have any questions, problems or bug reports please use the comment section on the Product Page or the Forum.

A popular request was to have sticky headers for lists in SharePoint 2013. This is very useful if you have long lists with loads of columns. Sometimes the user cant remember what a value in one of those uncountable column stands for and has to scroll all the way up (if there’s no pagination). To help those users I wrote a small script that glues the header right underneath the gray bars on top in case the lists header scrolls out of view.

Continue reading