The following example uses a custom cell renderer to render a checkbox that will control the selection of group rows and their child nodes. The checkbox will select/deselect all children of the node if it is a group.
The example also contains some logic to have only the clicked node to be selected (without its children). This is invoked when just clicking on the row rather than the checkbox.
Comments
0 comments
Please sign in to leave a comment.