Skip to content

Fix: Hide filter row when all filterable columns are hidden (#1108)#1252

Open
radimvaculik wants to merge 1 commit intomasterfrom
fix/hidden-columns-filter-row
Open

Fix: Hide filter row when all filterable columns are hidden (#1108)#1252
radimvaculik wants to merge 1 commit intomasterfrom
fix/hidden-columns-filter-row

Conversation

@radimvaculik
Copy link
Member

@radimvaculik radimvaculik commented Feb 22, 2026

Replace !empty($filters) with array_intersect_key($filters, $columns) so the filter and group-action rowspan only render when at least one filter belongs to a currently visible column.

Closes #1108

Replace !empty(\$filters) with array_intersect_key(\$filters, \$columns)
so the filter <tr> and group-action rowspan only render when at least
one filter belongs to a currently visible column.
@radimvaculik radimvaculik requested a review from f3l1x February 22, 2026 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Empty row with filter

1 participant