Tree node - arrow bug

0
In the tree node widget the following bug is happening: When trying to open the parent line and if it has no children, the side arrow of the widget disappears.
asked
1 answers
2

Hi Stevenson,

 

I also had some troubles with the tree node, one of them is the issue that you are describing. 

To solve it I added a container inside the tree node like this:  

 

As you can see in the image, you can nest unlimited amount of tree nodes. 

One issue that I didn’t found a solution yet is related with the update of the objects inside the tree node. While updating the objects, the tree node collapse without any warning. So if you are working with multiple tree nodes it can turn a mess very quickly.

 

I hope it helps! Best Regards,

Ricardo Pereira

answered