Dynatree addChild - question for the component's author
问题 http://wwwendt.de/tech/dynatree/index.html I would like to clarify the following: when addChild is invoked - does the whole tree gets re-rendered or just the nodes modified (added nodes and the nodes that have new children)? I am getting 2 conflicting pieces of info: Lazy Loading in dynatree it says that only affected nodes will get re-rendered Dynatree slow when dynamically loaded with 100+ nodes here it says that it does get re-rendered every time addChild is used Perhaps, I am missing