react-dnd-treeview icon indicating copy to clipboard operation
react-dnd-treeview copied to clipboard

Select child nodes when select parent node.

Open jeevasusej opened this issue 3 years ago • 7 comments

When do check the parent node checkbox, select parent node's children's checkbox by default and vice versa too.

jeevasusej avatar Sep 16 '22 07:09 jeevasusej

@jeevasusej Is it a problem with the following demo? https://minop1205.github.io/react-dnd-treeview/?path=/docs/examples-tree-multiple-selections--multiple-selections-story

Is there any way to confirm the issues you mentioned?

minop1205 avatar Sep 16 '22 07:09 minop1205

Yes, when we clicked on the child (checkbox), we do not know whether the parent is selected or not.

jeevasusej avatar Sep 19 '22 09:09 jeevasusej

@jeevasusej Yes right.

nilesh2b avatar Jan 12 '23 14:01 nilesh2b

@minop1205 Any solution here?

nilesh2b avatar Jan 12 '23 22:01 nilesh2b

+1

slince avatar May 16 '23 15:05 slince

@jeevasusej Did you find any solution for the same?

nilesh2b avatar Aug 28 '23 06:08 nilesh2b

I have written a wrapper and used the following jquery fancytree, which solves all my problems.

https://github.com/mar10/fancytree

ebenezar avatar Sep 04 '23 09:09 ebenezar