Skip to content

Commit 9333d0f

Browse files
committed
retain columnFiltersMeta when leaf row filtering
1 parent 9c62cf2 commit 9333d0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/table-core/src/utils/filterRowsUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function filterRowModelFromLeafs<TData extends RowData>(
3939
row.parentId
4040
)
4141
newRow.columnFilters = row.columnFilters
42+
newRow.columnFiltersMeta = row.columnFiltersMeta
4243

4344
if (row.subRows?.length && depth < maxDepth) {
4445
newRow.subRows = recurseFilterRows(row.subRows, depth + 1)

0 commit comments

Comments
 (0)