Hello,
Thank you for this great add-on!
My app menu has a LeftNavigationItem called Dashboard, which is the home page. What should I do to open this automatically when the app starts?
Thanks,
Claudio
Hello,
Thank you for this great add-on!
My app menu has a LeftNavigationItem called Dashboard, which is the home page. What should I do to open this automatically when the app starts?
Thanks,
Claudio
Iām glad you like it!
This can be done by using the @Route Annotation of the view that was passed to the LeftNavigationItem. The value of the @Route Annotation should be empty or āā.
Hello Johannes,
Thanks a lot!