rstudio / shinydashboard

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

renderUI and hideTab both don't work for shinydashboard #314

Open akshatha-g opened 5 years ago

akshatha-g commented 5 years ago

Hi,

I have a multi-page shiny app - one page is a navbarPage and the other is a shiny dashboard. I can render navbarPage but not shinydashboard through renderUI. I tried to use convert the navbarPage into shinydashbord, but the tabs become unmanageable without hideTab (hideTab doesn't work with sidebar menu). Is there a way to make shiny dashboard work with renderUI? (I looked at #280 already, but the answer was not very descriptive). Thanks!

akshatha-g commented 5 years ago

I also tried with the following as suggested in #280

tags$head(tags$style(".position:absolute")),

That didn't work.

alandipert commented 5 years ago

Hi, do I understand correctly that you would like to alternate between your navbarPage and shinydashboard pages within a single app?

I don't think renderUI would work, but there might be another way depending on exactly what you hope to achieve.