I have created a 2 level material-ui treeview. When root node is selected I need to select all the child nodes. Can someone help how to do this with material-ui treeview.
Please refer material-ui treeview child select on root selection
When John is selected, all it's child nodes i.e ruby,go,java should be selected.