I started using Dynatree in my project and I have one problem - it works very slowly when I try lazy reading. I found that my whole tree is re-rendered every time when I call addChild and I think it isn't efficient.
Does anyone know what I can do with it?
Two years ago, mar10 wrote that: "enableUpdate(true) calls tree.redraw(), so the whole tree is updated. This will change with release 1.0, but even then it will be faster to combine addChild calls." (http://stackoverflow.com/questions/3097791/dynatree-addchild-question-for-the-components-author)
I use release 1.0 now but I can't find any changes.