rstudio / shinydashboard

Shiny Dashboarding framework

Home Page:https://rstudio.github.io/shinydashboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashboard sidebar starts uncollapsed

DarylMcCullough opened this issue · comments

I’m not sure if this is a bug, or I’m using it wrong, but I have a shiny application that has a dashboard sidebar. Even though I set collapsed= TRUE in the call to dashboardSidebar, when the app starts, the sidebar is briefly visible. It immediately collapses, but I don’t want it to be shown at all until the user uncollapses it.

This might be an issue for ShinyDashboardPlus, rather than the original ShonyDashboard…