Update checkbox based on the redux value on tables #2927
Unanswered
akhilaravind
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a two tables using the same data from redux store in the same same component
What I want to achieve
When selecting a row, dispatch is called and selected row details are update, I want the same checkbox selected in the same component.
What happens now
Selection change is detecting only on table re rendering.
Expected output
Selection should reflect, once the checkbox on the other table once the checkbox is selected.
One more thing, the two tables are using same data
Beta Was this translation helpful? Give feedback.
All reactions