How to update jstree node values without reload

前端 未结 6 2075
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-07 07:11

I have a jstree that I created with the following code:

$(\'#mytree\').jstree({\"core\": { \"data\" : value
                             , \"themes\" : { \"dots\         


        
6条回答
  •  感情败类
    2021-02-07 07:40

    I load data via an url, so my refresh part looks like:

    $('#groupTree').jstree(true).settings.core.data.url = get_group_url();
    

提交回复
热议问题