Open hurelhuyag opened 6 years ago
I need to limit nest level to 2. I don't want 3rd level of children. How can I do this?
parent - child - - grandchildren (I don't want this level)
The easiest way to do this that I know of is to check out this PR.
I need to limit nest level to 2. I don't want 3rd level of children. How can I do this?