Why is the sidebar not disappearing when I click the sidebar toggle button?
I changed the width of the sidebar on my Shiny dashboard but when I press the sidebar toggle button, the sidebar doesn’t disappear completely.
Why is the sidebar not disappearing when I click the sidebar toggle button?
I changed the width of the sidebar on my Shiny dashboard but when I press the sidebar toggle button, the sidebar doesn’t disappear completely.
Why is the sidebar not disappearing when I click the sidebar toggle button?
I changed the width of the sidebar on my Shiny dashboard but when I press the sidebar toggle button, the sidebar doesn’t disappear completely.
Shiny app not working when called as a module, but works when it is run independently [closed]
Closed 2 days ago.
Theme for dashboardpage when nested within navbarpage
I created a R shiny app using dashboardpage
but now I want to combine multiple dashboardpage app into a single app and was trying to using navbarpage
to achieve this. It seems to work but adding navbarpage
seems to completely change the style of the dashboardpage
.
Creating javascript buttons in shinydashboard
I am trying to follow this excellent tutorial: https://thatdatatho.com/adding-action-buttons-in-rows-of-dt-data-table-in-r-shiny/ to add action buttons to a DT table in shinydashboard, but it appears that something in shinydashboard conflicts with the javascript and instead renders the buttons as html text instead of clickable action buttons. Is there anyway to work around that conflict?
Shiny server function no longer called Part 2
I have simplified the problem to make it HOPEFULLY easy to re-produce.