diff --git a/packages/table-core/src/utils/filterRowsUtils.ts b/packages/table-core/src/utils/filterRowsUtils.ts index a27258f145..69632992ba 100644 --- a/packages/table-core/src/utils/filterRowsUtils.ts +++ b/packages/table-core/src/utils/filterRowsUtils.ts @@ -39,6 +39,7 @@ function filterRowModelFromLeafs( row.parentId ) newRow.columnFilters = row.columnFilters + newRow.columnFiltersMeta = row.columnFiltersMeta if (row.subRows?.length && depth < maxDepth) { newRow.subRows = recurseFilterRows(row.subRows, depth + 1)