-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing function Group.addGroup / Group.addGroups #961
Comments
I will support as soon as possible |
I think you should call |
But I just want to change the parent of a group that already exist. |
|
Your code sample would create a new subgroup, right? Edited: |
Maybe you can |
I already tried it but it does not work. When i use |
I currently don't get the problem with that issue as the behavior already exists when you drag and drop a group into another group. Could you please tell me what's the difficulty? |
I would really appreciate your help in this case. |
What problem does this feature solve?
The API allows us to manually add nodes to a group by using
group.addNodes(nodes).
However, i can't find any function to add a subgroup to a group although the feature is supported (see
includeGroups
). I'd expect that there's a function likegroup.addGroups(groups)
.Do i miss something?
The text was updated successfully, but these errors were encountered: