jQuery UI Widgets › Forums › General Discussions › Navigation › Tree › Updating Tree data – is there an equivalent to 'updatebounddata'?
Tagged: #jquery-tree, javascript tree, jqwidgets tree, Tree, updatebounddata
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 8 years, 8 months ago.
In the Treegrid and Grid widgets there is a method ‘updateBoundData’ for refreshing the data in the widget.
Is there an equivalent for the Tree widget?
Alastair
Hello Alastair,
You could change the source and refresh the Tree. Please, take a look at this example:
refresh
setTimeout(() => { $('#jqxTree').jqxTree({ source: source2 }); $('#jqxTree').jqxTree('refresh'); }, 1500);
Best Regards, Hristo Hristov
jQWidgets team http://www.jqwidgets.com
You must be logged in to reply to this topic.