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

Prior to f50d8c89e2789ef69384791663c880c470881247 the following code was fine: ``` shinydashboardPlus::accordion(div(id = "placeholder")) ``` (The usecase is that the accordion items were being added dynamically so it starts out empty with...

Reproducible example below; read documentation, but can't find a way to turn off `loadingState()`. Expected: after 10 secs, spinner will fade away. Outcome: plot renders after 10 secs, but spinner...

enhancement

- Change width parameter value to receive numeric values as pixels or percentage for dynamic width adjustment.

Hi, I'm wondering if wrapping below feature (in bootstrap style) into the package is a good idea. I don't think there's any shiny ui related package has this feature. https://www.r-bloggers.com/paging-widget-for-shiny-apps/

Hi Divad, is there any way to add functionality for the MenuItems (and SubMenuItems) to be uncollapsed without dependencies on other MenuItems, such that for example all of the MenuItems...

If you have a number of accordion items, it is possible to start off with an item hidden using shinyjs::hidden However, I can’t see how to dynamically show that accordion...

Hi, We get the following warnings with out shiny app: ``` This Font Awesome icon ('clock-o') does not exist: * if providing a custom `html_dependency` these `name` checks can be...

Hello, concerning the arguments of the `boxSidebar` function, there might be an issue. The function looks like that: ``` function (..., id = NULL, width = 50, background = "#333a40",...

### The Issue When the sidebar is collapsed (setting `collapsed = TRUE` for `shinydashboardPlus::dashboardSidebar`), the title in the header is cut off. Below are two screenshots from the dashboard I...

When running the shinydashboardPlusGallery() command, the timeline examples under the New Box elements tab produce a timeline that looks "off", as shown below. The icons are positioned outside of the...