Relative Content

Tag Archive for rshinyshinydashboard

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?