How can I add a boolean checkbox that corresponds to react query data in a react table column?
I have a react table mapped to an array of objects that contains a boolean field, I want to be able to toggle that field within a react table column. What's the best way to approach this? I also want to add a handler to the checkbox if possible.
0 Replies