mt-ag / apex-fancytree-plugin

A region plug-in for Oracle APEX that displays data in a tree structure
MIT License
7 stars 4 forks source link

Dynamically update node number #21

Open Awildmann opened 4 years ago

Awildmann commented 4 years ago

I'm currently trying to change the positioning of the elements in the tree by also updating the node number of each entry. Say moving 1.1.2 over 1.1.1 so it becomes the new 1.1.1?

The problem is, the numbers don't get updated unless they're brought into a different parent node. Is there already a functionality that changes the nodes when their position changes within the same node? If no, is there a way to make this work?

image