fix(table-core): ensure getFilteredRowModel().flatRows uses pre-order traversal - #6568
fix(table-core): ensure getFilteredRowModel().flatRows uses pre-order traversal#6568AbhiPra24 wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughFiltering now produces ChangesFiltered row ordering
Estimated code review effort: 3 (Moderate) | ~20 minutes Merge Risk: ⚪ Minimal · up to This localized change aligns filtered row ordering with the intended pre-order traversal and includes unit tests; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fixes #6536
Summary
Aligns
getFilteredRowModel().flatRowswith pre-order depth-first traversal (matching the fix in #6529 forgetSortedRowModel), ensuring parent rows precede their sub-rows inflatRows.Verification
Summary by CodeRabbit