TanStackOSS
    table

table

GitHub
OverviewRunsAnalytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days30 days

Latest CI Pipeline Executions

Sort by
  • Failed
    6361
    Fix ready→

    17dbb8e4 ci: apply automated fixes

    by autofix-ci...

    a
  • Canceled
    6361

    d5d357b8 fix(table-core): include sub-rows in flatRows when maxLeafRowFilterDepth truncates recursion When filterRowModelFromRoot skips recursing into sub-rows because the current depth >= maxLeafRowFilterDepth, the parent row's sub-rows are still accessible through row.subRows and remain visible in the table. However, these sub-rows were never added to newFilteredFlatRows, making flatRows an incomplete flat representation of the visible tree. This causes getFacetedUniqueValues() to return different counts before and after filtering when maxLeafRowFilterDepth is set: before filtering flatRows contains all rows at all depths (via preRowModel), but after filtering flatRows only contains passing top-level rows. Fix: add addSubRowsToFlatArrays helper that recursively pushes sub-rows (and their descendants) into flatRows and rowsById when a passing row has sub-rows that were skipped due to depth >= maxDepth. Fixes #5987

    by JSap0914

    J

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools