Skip to content

Parent folder doesn't open #121

@bonya0329

Description

@bonya0329
 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions