Closed
Description
Requesting a Feature?
Provide as much information as possible about your requested feature. Here are a few questions you may consider answering:
Allow adding new children with addNodeUnderParent
to add children at the beginning of the list rather than the end.
- What's your use case? (Tell me about your application and what problem you're trying to solve.)
Current use case is to display and allow editing of an organisation structure. Each node in the tree representing a department. With very large lists of children, adding at the end can mean no change is immediately rendered as the bottom of the branch could be off-screen.
PR to add this functionality here - #375