Check documentation for the latest version of dhtmlxSuite refreshItem DHTMLX Docs

refreshItem

reloads subitems of the specified node

void refreshItem(string|number id);
idstring|numberthe id of the node

Example

myTreeView.refreshItem("node1");

Change log

added in version 5.1

Back to top