You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TableView rows don't re-render when values change if the key does not change.
🤔 Expected Behavior
Rows should re-render if their values change
😯 Current Behavior
Rows don't re-render if their values change
💁 Possible Solution
Should be able to opt out of memoization.
🔦 Context
I have a table where the user selects rows (which by design are identified by their Key, so I have to use the row ID), then clicks a button to approve/reject rows. The rows don't re-render with the changed values.