You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parent 1
1.1) Children 1
1.2) Children 2
1.2.1) Children 1
1.2.1.1) Children 1
1.2.1.2) Children 2
1.2.2) Children 2
The option decoupleChildFromParent = true will set all checkboxes as independents, I need another option that the child that has childrens only decoples from its parent but keeps coupled with his childrens when the user checks it.
Parent 1
1.1) Children 1
1.2) Children 2
1.2.1) Children 1 X <----- The user checks this one
1.2.1.1) Children 1 X
1.2.1.2) Children 2 X
1.2.2) Children 2
Right now the parents of 1.2.1 are getting checked visualy
What i need is:
The childs of 1.2.1 will be checked and the parents will not have the state as intermediate or checked.
Do we have a workaround for this scenario?
The text was updated successfully, but these errors were encountered:
yukwar
changed the title
How to decople parent checkboxes by not children checkboxes
How to decople parent checkboxes Except children checkboxes
Nov 11, 2022
Lets say I have this tree:
1.1) Children 1
1.2) Children 2
1.2.1) Children 1
1.2.1.1) Children 1
1.2.1.2) Children 2
1.2.2) Children 2
The option decoupleChildFromParent = true will set all checkboxes as independents, I need another option that the child that has childrens only decoples from its parent but keeps coupled with his childrens when the user checks it.
1.1) Children 1
1.2) Children 2
1.2.1) Children 1 X <----- The user checks this one
1.2.1.1) Children 1 X
1.2.1.2) Children 2 X
1.2.2) Children 2
Right now the parents of 1.2.1 are getting checked visualy
What i need is:
The childs of 1.2.1 will be checked and the parents will not have the state as intermediate or checked.
Do we have a workaround for this scenario?
The text was updated successfully, but these errors were encountered: