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
I'm using the "zebra", "filter" and "grouping" widgets together. Opening collapsed groups will show a wrong "zebra" if filtering happened while they had been collapsed.
Might be due to only selecting tr:visible rows in the zebra widget. Maybe you shouldn't rely on ":visible" as this might have performance implications (see http://api.jquery.com/visible-selector/) and move to a CSS class to identify rows that are not filtered but hidden due to another reason?
Regards,
Andreas
The text was updated successfully, but these errors were encountered:
Hi,
I'm using the "zebra", "filter" and "grouping" widgets together. Opening collapsed groups will show a wrong "zebra" if filtering happened while they had been collapsed.
Might be due to only selecting
tr:visible
rows in the zebra widget. Maybe you shouldn't rely on ":visible" as this might have performance implications (see http://api.jquery.com/visible-selector/) and move to a CSS class to identify rows that are not filtered but hidden due to another reason?Regards,
Andreas
The text was updated successfully, but these errors were encountered: