rstudio / shinydashboard

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

dropdown menu in shiny dashboard #211

Closed parvanesh closed 7 years ago

parvanesh commented 7 years ago

I would like to know if it is possible to convert sidebar menu as top menu (same as navbar in shiny?). The main problem is the drop down items under menu items.I know about:

I appreciate any ideas

bborgesr commented 7 years ago

This is an identical request to #224, so I'm giving it the same response:

Sorry, this is unlikely to be implemented in shinydashboard. This is because this package is tied to a dashboard template, called AdminLTE. So if there is something UI-specific that is not possible in AdminLTE, it is unlikely to be implemented for shinydashboard. This is one of those cases.

Since it seems like there is a fair bit of interest in this feature, we may get to it, but, at best, it is unlikely to happen anytime soon.

Is there a reason other than the aesthetic look that you have for wanting this? To my knowledge, it is actually not very common to see topside navigation in dashboards (here's a dashboard gallery, where you can see that most dashboard have a sidebar menu). I'd be interested to know what's the motivation behind this.