Hi there,
Can you please help me with the removing of the node from the TreeModel?
var treeDataObj = new Backbone.TreeModel({ tagname: 'treeData', nodes : treeData }); treeDataObj.find('someId').remove();
on remove() its giving true, but still I see that node present in the treeDataObj