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
{{ message }}
This repository was archived by the owner on May 21, 2026. It is now read-only.
As written in the description and the FAQ, the filter looks for TBODY and THEAD.
If you can't change the HTML source-code and are stuck with simple TR and TD, you can use this dirty workaround to show the first table-line.
Add the following line: "tbody.find('tr:eq(0)').show().addClass(settings.visibleClass);" around line 240 so it looks like:
This is NOT a real issue.
We had this problem on an old Sharepoint-installation and I wanted to share our solution. :)