Hi ,
In my project i need to re fresh / redraw the tree when i click the rootnode after all child nodes are expanded . but when i click the root node it shows the whole expanded tree. Is there any way to refresh the root node !
Regards
Jyoti
Hi ,
In my project i need to re fresh / redraw the tree when i click the rootnode after all child nodes are expanded . but when i click the root node it shows the whole expanded tree. Is there any way to refresh the root node !
Regards
Jyoti
Hi,
Can you provide some more details. Do you mean Webix Tree widget of D3 based output ?
In case of Webix widgets, there is a onItemClick event handler, to which custom code can be attached, and any logic can be executed, including tree.refresh()
API call, which will refresh the whole tree.