Ciao,
I’ve the need to add a tree on my View,
having node and parents not from entity but from array [“id”, “name”, “parentId”]
How to add a custom Tree component (vaadin one ) ?
( I tought to add a Native Vaadin component, but i cannot find the way to do this )
It would be convenient to have a freely manageable tree, having a class node
having attributes : name, id, parent id. so it could be filled from java controller
escecuting query from data manger.
Any suggestion ?
thanks