ngx-treeview icon indicating copy to clipboard operation
ngx-treeview copied to clipboard

Have nodes expanded when at least 1 child is checked.

Open andreElrico opened this issue 5 years ago • 0 comments

Is it possible to have the parent node expanded on the INITIAL FIRST RENDER when at least one child is checked.

so something like this:

> [] notChildrenChecked
v [-] atLeastOneChildChecked
     > [] nope
       [x] jep
     v [-] oneChildChildChecked
          [x] jep

andreElrico avatar Dec 03 '19 15:12 andreElrico