slickgrid-es6 icon indicating copy to clipboard operation
slickgrid-es6 copied to clipboard

Tree Group with check box

Open harit2101 opened this issue 7 years ago • 0 comments

Hi,

My requirement is like a tree with expand, collapse and checkbox functionality. Done with display of tree with expand and collapse functionality . Need help in implementation of checbox functionality so that it covers below scenarios

parent node selected then all child nodes must be selected. 2)parent node unchecked then all child nodes must be unchecked. if parent has 3 child node, out of which 1 child node is checked and 2 are unchecked then parent node must be in intermediate state of checkbox. Like half selected. if user manually unchecked all child node then parent node must be unchecked. Below is tree structure

  • rootNode --child1 --child2 ---childOFChild2 Followed below link for tree implementation. https://github.com/mleibman/SlickGrid/blob/gh-pages/examples/example5-collapsing.html

Any help would be GREAT..

harit2101 avatar Jul 12 '17 12:07 harit2101