How to change node tree attributes?
One node tree has the following attributes:
{"id":"75", "description":"My Tree Node", "status":"25" "uiProvider":"col", "leaf":true}
Now my script gets the following data
{ "id":"75", "status":"100", "cls":"done" }
I am trying to update attributes ( UPDATED ):
However, the tree is not updated.
How can I make a tree show changes? I need node to modify existing attributes and add new attributes.
I appreciate your help!
source share