ta
TanStack
GitHub
table
Workspace
GitHub
CI Pipeline Executions
Filtered
Runs
Demo
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
Overview
⌘K
table
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
6529
726f21be fix another case
by Kevin Van ...
K
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
Previous
Next