I want to refresh/reload a node in fancytree.I can reload root node using
$("#tree").fancytree("getRootNode").tree.reload();
but can't reload leaf node using this. I also tried
$("#tree").fancytree("getActiveNode").tree.reload();
but it also reload the root node.
How to reload a leaf node(not a lazy node) in fancytree?