Questions tagged [dashboardheader]
4 questions
1
vote
0 answers
How can I change the background color of shiny dashboard header?
I would like to have a thin, empty, dashboard header with white background. The three lines to hide the menu would be black. I managed to adjust the height and width of the header, but not the colors. I can I adjust the header colors without using a…

Helene
- 91
- 4
0
votes
0 answers
Adding reactive text to the section above the main panel of shiny dashboard
I'm hoping to add reactive data coming in from an API into the section above the main panel, like the attached photo. It would be to the right of the dashboard header and centred.
Click to see where in shiny output I would like the text
I am fairly…
0
votes
2 answers
Add picture in dashboardHeader
I need your help for my R shiny application. I want to add a logo near the title in dashboardHeader. The logo don't display in the page. Can you help me ? Thanks in advance.
This is the code :
library(shiny)
library(shinydashboard)
shinyApp(
…

Pinkette
- 5
- 2
0
votes
1 answer
How to switch the disable (TRUE/FALSE) parameter in dashboardHeader with server-side logic?
In my shiny server function I have a variable that is set either TRUE or FALSE. I would like to use this variable to set the dashboardHeader parameter disable to TRUE or FALSE. However, I have noticed that in order to preserve the dahsboardPage…

Jochem
- 3,295
- 4
- 30
- 55