Skip to main content

All Questions

Tagged with
0 votes
0 answers
31 views

Display navbarMenu across complete screen width in Shiny R

I would like to use shiny navbarpage with 4 navbarmenus. these should be displayed horizontally next to each other and be selectable. Only when the screen width across the entire screen is too small ...
Muesgen's user avatar
  • 142
0 votes
0 answers
39 views

Modify Header Height In Datatable in R For Shiny Dashboard

I am trying to tighten the height of the header of my datatable in R. I am referencing the header as part of the initComplete=JS() argument. Below is the snippet of my code: initComplete=JS("...
matteo123's user avatar
2 votes
2 answers
154 views

How can I prevent pickerInput options in a shinydashboard sidebar menu from cutting off when the mouse moves outside the sidebar?

I've added a shinywidgets::pickerInput into my R shinydashboard sidebarMenu. When the pickerInput is open, and the cursor is hovered over it, I can see all 5 options in the pickerInput no problem. ...
Cath's user avatar
  • 67
0 votes
0 answers
32 views

How can I understand some of the layers in my Shiny application?

I managed to change the background color of the sidebarpanel, but only partially. Is it possible to control the background color of the part in frame 1 to make it similar to the rest of the ...
Seydou GORO's user avatar
  • 1,263
1 vote
1 answer
45 views

How can I make a tab of a shinydashboard invisible?

I've tried using CSS styling (that works on buttons) to hide the third tab of the following app: library(shiny) library(shinydashboard) library(shinyDashboardPlus) library(shinyjs) ui <- ...
Ekapunk's user avatar
  • 131
0 votes
0 answers
21 views

How can I change the color of the sidebar of a shinydashboard app? [duplicate]

I want to change the background color of the sidebar of the following shinydashboard app without any luck yet. The CSS selector I'm using only targets a small portion of the sidebar, not all of it; ...
Ekapunk's user avatar
  • 131
1 vote
1 answer
77 views

Adjust height of title in shinydashboard header with logo

I have this code for making my dashboard: library(shinydashboard) library(shiny) library(fresh) mytheme <- create_theme( adminlte_color( light_blue = "#004e70" ), ...
Jorge Paredes's user avatar
1 vote
1 answer
145 views

getting css position:sticky to work with shinydashboard

I can't seem to get position:sticky to work with shinydashboard. Example below. I was hoping box 3 would scroll until hitting the top of the box and then remain fixed. Appreciate any ideas anyone ...
Adam's user avatar
  • 13
0 votes
1 answer
116 views

Disable click on shiny dashboard sidebar (when specifying ui layout in server function)

SBista provides a very helpful answer on how to disable/enable click on a dashboard sidebar in shiny. However, if you need to specify the ui layout in the server function via a sidebarMenuOutput() ...
lrclark's user avatar
  • 91
0 votes
1 answer
414 views

background color in a box in shinydashboard

I want to use a custom color for box in shinydashboard. the following css does the trick, but when I have the collapsible = TRUE it does not looks consistant : library(shiny) library(shinydashboard) ...
Haribo's user avatar
  • 2,142
1 vote
2 answers
713 views

How can I get the custom background color in shiny mainpanel without white space

I want to use custom company colors in my shiny app. Below is a mock version of my app which shows the issue I face. The issue is I cannot set the background color (#f2f0eb) properly, as you see there ...
Jelle Jansen's user avatar
0 votes
1 answer
163 views

How to keep the position of each scroll of each page independent of the scroll modification of other pages in shinydashboard?

I have a shinydashboard app with multiple pages. However, whenever I leave page A and enter page B and then come back to A, the scroll position of A affects the scroll position B. I would like to ...
neves's user avatar
  • 800
0 votes
1 answer
127 views

shiny tab Items shinydashboard

I'm setting up a shinydashboard app. Here is an example of a working UI: shinyUI(dashboardPage( dashboardHeader(title = tags$a("Learning Objectives",href='http://pluralsight.com',tags$img(...
Tanner Phillips's user avatar
0 votes
0 answers
116 views

How can I make the TopNav in a Shiny dashboard not overlap with the sidebar?

I have a shiny dashboard with many tabs - now there are enough tabs that when the window size is small enough, the tabs wrap into a second row. For some reason, this second row overlaps the content of ...
kk924's user avatar
  • 1
1 vote
2 answers
110 views

Arrow of menuItem on top of text when creating from list in server - how to remove it? (shinyDashboard)

I am creating a shiny dashboard app where part of the sidebar is generated automatically when adding some inputs. When the menuItems are created inside a list in a server function, the default arrow ...
C insi's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
13