Closed lochbrunner closed 4 years ago
Using the standard .add method is nice when you have a static tree structure. But how to add a slice of nodes to a parent node?
.add
Something like append would be nice.
append
May I create PR?
Sorry for the late response. Can one not call add multiple times?
add
Using the standard
.add
method is nice when you have a static tree structure. But how to add a slice of nodes to a parent node?Something like
append
would be nice.May I create PR?