shinydashboardPlus icon indicating copy to clipboard operation
shinydashboardPlus copied to clipboard

extensions for shinydashboard

Results 46 shinydashboardPlus issues
Sort by recently updated
recently updated
newest added

Same procedure as described here: https://github.com/dreamRs/shinyWidgets/pull/516#issue-1320737774 A few files were automatically modified by git/RStudio due to: No newline at end of file

shinydashboardPlusGallery() example error does not seem to work for me. I have described the problem in detail on stackoverflow: https://stackoverflow.com/questions/72675122/shinydashboardplusgallery-example-does-not-work By the way, should I explain it here as well?...

Hello, In version 2.0.4.9000, the menu item arrow does not rotate when using shinydashboardPlus::dashboardPage() function. Please see below for an example. ``` library(shiny) library(shinydashboard) library(shinydashboardPlus) header

Hi, I've added some HTML texts to the left sidebar and I would like the text to disappear when the sidebar is collapsed (otherwise it doesn't show properly). Is there...

enhancement

I'm not sure if this is something broken within shinydashboardPlus, ShinyDashboard, Shiny, or just me, but I've been struggling with it for a while. In the following two reprexes, one...

Hi, The header title is replaced with an icon in the shinydashboardPlusDemo app https://dgranjon.shinyapps.io/shinydashboardPlusDemo/. Two quick questions: 1) Is the code for shinydashboardPlusDemo available somewhere? 2) if not, how to...

Please change icon("gears") => icon("cogs") in that file (it appears a couple of times), as it is no longer supported in FA

I’m not sure if this is a bug, or I’m using it wrong, but I have a shiny application that has a dashboard sidebar. Even though I set collapsed= TRUE...

Thanks for the fantastic work! I want to change the appearance of my shiny app, and I found md option in the dashboardPage with md=TRUE is what I needed, even...

When trying to build an ubuntu 20.04 based docker image using the control bar causes an infinite loop of this error when trying to start the app. I don't get...