Hi everyone. I’m trying to create nested menu from the file routes. Using file conventions it is possible to create nested routes, but they will generate only one level side menu. It is possible to change the order title and other elements of the menu using View Config Options, however havent find any option how to nest menu Items. Can you suggest any work-around? Thanks.
There’s no built-in functionality for this. We’re adding an option in Vaadin 24.8 to provide custom metadata for routes: Allow defining custom FS route configuration · Issue #2564 · vaadin/hilla · GitHub.
But you still need to customize the logic that generates the menu based on your logic for how the hierarchy should be defined.
1 Like