You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sticky header will work with multiple rows properly, but it won't work with the filter widget because it was written that way.
The main issue is that the sticky headers widget needs to duplicate the table head, but if a duplicate of the filter row is included, the filter widget won't know which set filters to use for filtering. I guess I could make it smarter and use the sticky row when it is visible, but then I'd have to update the original row with any new queries. It's just more code bloat in an already monstrosity of a widget.
I'll try to include this in version 3 when I'll break up each widget into it's own file and allow you to customize your tablesorter files.
I'm trying to use stickyHeaders with filter. I saw issue #52 saying this was fixed.
However when I place:
The initial header is sticky, but not the filter thead row.
The markup it outputs is:
The text was updated successfully, but these errors were encountered: