vue-jstree icon indicating copy to clipboard operation
vue-jstree copied to clipboard

Parent folder doesn't open

Open bonya0329 opened this issue 3 years ago • 2 comments

 var arrayToTree = require('array-to-tree');

 
 this.axios.get('.../folders/get_list')
       .then((response)=>{
           this.data_to_change = response.data
           this.data = arrayToTree(this.data_to_change.folder, {
             parentProperty: 'PARENT',
             customID: 'ID'
           });
       })

I see the tree, but the parent folder doesn't open Can you help me, please?

bonya0329 avatar Apr 02 '21 08:04 bonya0329

Столкнулся с такой же проблемой (... При использовании статических данных всё работает...

Benderyadenis avatar Dec 10 '21 07:12 Benderyadenis

is there a solution

copilot-gb avatar May 23 '23 05:05 copilot-gb