Questions tagged [dynatree]

Dynatree stands out as an innovative jQuery plugin that offers a dynamic tree view feature in JavaScript. It comes with excellent support for persistence, keyboard shortcuts, interactive multiple selection capability, drag and drop functionality, and seamless dynamic Ajax loading.

What is the best way to implement lazy loading for grandchildren in a dynatree structure?

There is a specific requirement that sometimes I need to load not only the children, but also the grandchildren and if possible their children in lazy loading. Is this feasible? When creating a JSON response for lazy loading, can I structure it like this? ...