mbraak / jqTree

Tree widget for jQuery
https://mbraak.github.io/jqTree/
Apache License 2.0
1.02k stars 177 forks source link

Load-on-demand from the server #55

Closed mbraak closed 12 years ago

mbraak commented 12 years ago

It should be possible to load nodes on demand from the server. This is useful for a very big tree.

mbraak commented 12 years ago

JqTree now supports load-on-demand. It's in the load-on-demand branch.

There is no documentation yet, but there is an example in /examples/example5.html.

mbraak commented 12 years ago

Also added to the dev branch