Skip to content

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

Merged
f3l1x merged 1 commit intomasterfrom
fix/hidden-columns-filter-row
Mar 7, 2026
Merged

Fix: Hide filter row when all filterable columns are hidden (#1108)#1252
f3l1x merged 1 commit intomasterfrom
fix/hidden-columns-filter-row

Conversation

@radimvaculik
Copy link
Copy Markdown
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
@f3l1x f3l1x merged commit 7467ae6 into master Mar 7, 2026
10 checks passed
@f3l1x f3l1x deleted the fix/hidden-columns-filter-row branch March 7, 2026 19:31
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

2 participants