Skip to content

Enable Multi Hierachy/View #1

Description

@thomasstuempfig

Hello together,
i already loved Fancytree.
Though I would like to be able to use an arbitrary Array property representing the parent-child relationship instead of the fixed "children" property. This would avoid to go through the datastructure returned by a service.
It would be even better to consider a configurable list of properties beeing considered as children here ["sons","daughters"].

regards
Thomas

{
  type:"Male",
  name:"Thomas",
  sons:[
    {
      type:"Man",
      name:"John"
    }
  ],
  daughters:[
    {
      type:"Woman",
      name:"Mary"
    },
    
    {
      type:"Woman",
      name:"Daisy"
    }
  ]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions