As per title, how do I create a menu tree based on the database value into MenuViewUI?
You could perhaps use the Tree component?
Is there any example which I can refer to ? Because I am new to vaadin, need some reference code to refer.
I have search the internet, none of the menu using menu tree, mostly use independent menu button to call the screen.
You could start with the
docs
at least.
-Olli