We have two modules in our app. Both modules have a lot of Tiles in the menu.
I would like to have 2 tiles, each opening a sub menu to display all tiles relevant for that module.
This prevents a lot of clutter on the main screen.
I’ve tried with a view with detail references, set null as the sub_menu-table_id in the template, but - as expected - it does not open the whole table, only the subtable_id of the underlying table.
Any way this can be done?