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).
As in the version before no configuration is required. Save the script in the Site Assets library or anywhere else and then simply reference the script in a CEWP, Script Editor Web Part or your masterpage (for site wide use) together with jQuery and you are good to go.
Here’s the code you should put on your pages:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script type="text/javascript" src="http://path to the script/StickyHeaders_v2.9BETA.js"></script>
The comment section on this post has been closed and all comments have been moved. Please go to the Product Page to comment!