laertejjunior / freezeheader

A simple jquery plugin to freeze header row in html table.
MIT License
115 stars 93 forks source link

Allow the actual scroller to be specified in the params #18

Closed Rhipeus closed 2 years ago

Rhipeus commented 7 years ago

…ecified in the params

Rhipeus commented 7 years ago

When the height is not specified, the existing code assumes that the window is the scroller. However, often this is not the case and another element on the screen is the actual scrolling item. This allows the calling code to specify the actual scroller.