Hi Team,
can you help me with problem. I'm adding node programmatically with:
tree.addNodes(nodesArray, parentId)
but would like to empty node list on parent, before I add new nodes. Is that possible? In documentation did not found method getNodes(parentId), or setNodes(parentId) which would solve this small issue.
Can you please point me in the right direction?
BR
Vedran