Having issue with passing state to table and manage it with in table. #5692
Unanswered
sanjeethboddi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to have a cell in table to have a "Checkbox". This checkbox has props like onCheckedChange which accepts method. I want to edit the state of the cell from here.
I am not sure how to do that.
I am using Column Defs to create the checkboxes. but how to make them interactive?
I am using zustand for state management. passing the state data to table using data props.
Beta Was this translation helpful? Give feedback.
All reactions