We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c62cf2 commit 9333d0fCopy full SHA for 9333d0f
packages/table-core/src/utils/filterRowsUtils.ts
@@ -39,6 +39,7 @@ function filterRowModelFromLeafs<TData extends RowData>(
39
row.parentId
40
)
41
newRow.columnFilters = row.columnFilters
42
+ newRow.columnFiltersMeta = row.columnFiltersMeta
43
44
if (row.subRows?.length && depth < maxDepth) {
45
newRow.subRows = recurseFilterRows(row.subRows, depth + 1)
0 commit comments