-
Notifications
You must be signed in to change notification settings - Fork 143
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
How to add parent of a node? #89
Comments
In short the tree is always defined top down, define from the first parent(s) and then all of their children and grand children. |
Children are definitely needed. But I think adding a parent can also be useful since I am interested in knowing both the ancestors and the descendants. For example, I currently get this tree when I search for But when I search for I am also interested in knowing the ancestors of this person. |
@ErikGartner thank you so much for the awesome library. I was using the library in one of my projects. I was wondering if I could add the parents of a spouse? Is there any way? |
Also looking for a way to achieve this. Will try to give it a go myself - see how it goes. |
Anyone has successfully achieved this ? |
dTree.init(node, FamilyTreeHelper.config);
The text was updated successfully, but these errors were encountered: