Files
new-api/web/default/src/components
RedwindA 8477f6288b fix(data-table): capture row selection state in memo comparison
TanStack row objects may keep a stable reference while their selection
state changes, so reading row.getIsSelected() inside the React.memo
comparator could miss updates. Capture isSelected as an explicit prop
and compare it instead, ensuring rows re-render when selection toggles.
2026-06-15 20:52:08 +08:00
..