This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
How to drop an external item on ot the tree to create a new node #4
Answered
by
nosferatu500
martinmoesby
asked this question in
Q&A
-
Is this a popssibility? I have a list of items, that I neede to be able to use as a source for creating new nodes in the tree, but for now I have only seen the option from dragging from another tree. |
Beta Was this translation helpful? Give feedback.
Answered by
nosferatu500
Oct 16, 2021
Replies: 1 comment
-
You can add a new node programmatically. Take a look: UPDATE: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nosferatu500
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @martinmoesby
You can add a new node programmatically.
Take a look:
add-and-remove-nodes-programmatically
drag-from-external-source
UPDATE:
Live Demo