Open Sri-5555 opened 1 year ago
Hi @jerosoler,
I need to change(reorder) the position and connection of the nodes, dynamically
Initially I have dragged and connection the nodes as below
I need to change(reorder) the node positions as below example
Is there any way to change(reorder) the nodes, in same position without deleting
Hi,
It could be done with a combination of things.
The methods: getNodeFromId, addConnection, removeSingleConnection.
And this method to move a node:
Thanks @jerosoler
Hi @jerosoler,
I need to change(reorder) the position and connection of the nodes, dynamically
Initially I have dragged and connection the nodes as below
I need to change(reorder) the node positions as below example
Is there any way to change(reorder) the nodes, in same position without deleting