https://github.com/mar10/fancytree
Basically this tree adds and removes child elements on expand / collapse. I cannot modify DOM elements for the children unless the tree is expanded.
I've searched the documentation for a solution an haven't found one. Maybe some of you had this problem...
I want the DOM elements created for all nodes in the tree at the start (hidden if not expanded, but existent).
Thanks