-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels