Skip to content

Label in Children doesn't work  #5

@poulakidask

Description

@poulakidask
const TREE = {
  value: 100,
  label: 'item A',
  children: [{
            value: 50,label: 'item B'
  	}, 
       {
            value: 30,label: 'item C'
       }, 
       {
           value: 20,label: 'item D'
     }]
};

How can I make the label to be displayed for the children as well?

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