luya-module-admin
luya-module-admin copied to clipboard
Navigation feature
Hello!
Is it possible to click on a section in the main menu to open a specific table?
Maybe you can try to uses ->nodeRoute('Root Custom URL', 'material-icon', 'module/controller/route')
but this will give you a new permission entry as well. So i would have to answer "no" for now, but give it a try and let me know.
Thank you!
Maybe you can try to uses ->nodeRoute('Root Custom URL', 'material-icon', 'module/controller/route')
...then the submenu is not visible:
Maybe add a new parameter for the node?
node($name, $icon, $template = false, $defaultRoute = null)
So your intention was to SKIP the dashboard and directly open a specific subitem when click on the root node? This is not possible yet :-) but yes we could add a new parameter to do so.
So your intention was to SKIP the dashboard and directly open a specific subitem when click on the root node?
Yes, that would be better in some cases.
This is not possible yet :-) but yes we could add a new parameter to do so.
Thank you! :+1:
This issue should moved to luya-module-admin und relabeled as enhancement.