In my application i need the child to be sorted (in the Front-end the tree is handled using nexted list) for make it i add a method for update a specific property of the node (called order) and update all the "followind" node (sort order is fixed and ASC).
do you think that this can be a new feature for the library? if yes i can create a PR on a new branch for this feature (my solution need to be generalized and improved)
In my application i need the child to be sorted (in the Front-end the tree is handled using nexted list) for make it i add a method for update a specific property of the node (called order) and update all the "followind" node (sort order is fixed and ASC). do you think that this can be a new feature for the library? if yes i can create a PR on a new branch for this feature (my solution need to be generalized and improved)