Posted 1 February 2018, 1:58 pm EST
Hi there,
How can I refresh TreeView runtime?
Here is my AngularJS setup:
<wj-tree-view  
   loaded-items="sidebar.onTableLinksLoaded(s, e)"
   control="sidebar.treeViewControl"
   items-source="sidebar.sidebarTreeLinks"
   display-member-path="'name'"
   child-items-path="'items'"
   expand-on-click="true"
   >
</wj-tree-view>
my sidebarTreeLinks has a couple of thousand nodes in a hierarchy from the beginning and then I need to add/remove some the nodes run-time.
How can I achieve this with Wijmo TreeView?
Thanks,
Pavlo
