Tree and Select with Material UI checkbox #88
Replies: 2 comments 1 reply
-
Start with this one https://react-table-library.com/?path=/docs/mixing-features-tree-select--base and exchange the default select checkbox with MUI checkbox which is demonstrated over here https://react-table-library.com/?path=/docs/features-select--custom-checkbox-material-ui Does this help? |
Beta Was this translation helpful? Give feedback.
-
This is what I ended up having to put in the onChange method: |
Beta Was this translation helpful? Give feedback.
-
I am trying to create a table with select & tree and I'm using Material UI checkboxes. Are there any examples of how to do that? The examples in the documentation only work without a tree.
The example will select the parent but not the children.
Beta Was this translation helpful? Give feedback.
All reactions