Can you add an option on the Tree.load method to replace or append to the tree? var tree = new Tree({...}); tree.load({json: '...', replace: true}); Is there a way to clear or reset the tree now?