문제

I am using Dyna Tree plugin for tree view.

Now, while expanding the parent node I am using lazy load function,

onLazyRead: function(node){
    node.appendAjax({
    url: TREEVIEW_JSON_URL
    });
}

Now I would like to expand all the child and sub-child nodes those are available in my response with lazyLoad. In the current scenario I am able to expand only child nodes.

Please help me out on this. Thanks in advance

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top