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: 463
lazy-loading
|dynatree
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