Yet Another jQuery Plugin for Sticky Table Headers
When working on web layouts that involve tables, especially with lots of data, a common design request is to have the table header remain visible as the user scrolls. Typically, CSS provides a simple way to do this with position: sticky;. However, in more complex layouts, position: sticky; doesn’t