taTanStack
GitHubtableWorkspace
GitHub
  • CI Pipeline Executions
    • Filtered
  • Runs
  • Demo
Insights
  • Compare tasks
  • Analytics
  1. Overview

table

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

Latest CI Pipeline Executions

Sort by
  • Succeeded
    6529

    794da817 fix(table-core): flatten sorted parent rows ahead of their sub-rows The sorted row model recursed into a row's sub-rows before pushing the row itself, so getSortedRowModel().flatRows came out in post-order: every descendant preceded its own parent. The core row model, the paginated row model and the depth-truncation helper in the filtered row model all flatten a parent first, and getSortedRowModel().rows is already in that order, so flatRows disagreed with its own rows. Reserve the row's slot before descending, and overwrite it when the branch is cloned so flatRows keeps the same row instance that rows holds.

    by jaybhade

    j

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools