rstudio / shinydashboard

Shiny Dashboarding framework
https://rstudio.github.io/shinydashboard/
Other
893 stars 298 forks source link

Redirect to first menuSubItem when MenuItem is click #329

Open elise-lcdb opened 5 years ago

elise-lcdb commented 5 years ago

I want to be able to click on the Menu Item, and for it to directly redirect to the first sub menu item. Does anyone know how this is possible?

I tried setting the tabName of the menuItem to the same tabName of the menuSubItem, but it doesn't seem to work.