Open pl-ekleft opened 3 years ago
I cannot figure out how to select the parent and all children.
Example:
- [x] a - [x] aa - [x] ab - [ ] b - [x] ba - [ ] bb
output ["aa", "ab", "ba"] or ["a", "aa", "ab", "ba"]
["aa", "ab", "ba"]
["a", "aa", "ab", "ba"]
Is it even possible? Is there a parameter or option?
I cannot figure out how to select the parent and all children.
Example:
output
["aa", "ab", "ba"]
or["a", "aa", "ab", "ba"]
Is it even possible? Is there a parameter or option?