Lazy loading with jsTree

前端 未结 5 1135
一向
一向 2021-02-07 10:45

I am trying to dynamically load the nodes of a jtree when they are expanded. The little documentation I found is at the end of this page.

I found some solutions that cre

5条回答
  •  佛祖请我去吃肉
    2021-02-07 11:21

    "When using AJAX set children to boolean true and jsTree will render the node as closed and make an additional request for that node when the user opens it.", this is from jstree document and it could achieve your requirement.

提交回复
热议问题