Lazy Loading in dynatree

Posted by gnomixa on Stack Overflow See other posts from Stack Overflow or by gnomixa
Published on 2010-06-11T21:08:40Z Indexed on 2010/06/11 21:13 UTC
Read the original article Hit count: 444

Filed under:
|

In this component http://wwwendt.de/tech/dynatree/index.html

under 5.4 Loading child nodes on demand ('lazy loading')

it seems that the only way to load the tree nodes in a lazy manner is to grab them from web service. What if I want to grab the nodes from a data structure?

Any advice?

© Stack Overflow or respective owner

Related posts about lazy-loading

Related posts about dynatree