-
This works:
```
library(shiny)
library(shinydashboard)
library(shinydashboardPlus)
shinyApp(
ui = dashboardPage(
header = dashboardHeader(
title = HTML(paste0(
'
…
-
The pickerInput widget is volatile when using in the sidebar of the shinydashboard package. The three behaviours were as follows:
- If the dropdown crosses over to dashboardBody the overhanging part …
SFrav updated
3 years ago
-
When multiple animate process (process map) are placed in different tabs on shiny dashboard, the legends disappear for the animation on second tab. Wanted to check if it is a know limitation or there …
-
I am using version 2.0.0.9000 of `shinydashboardPlus`.
Using `box(collapsible=TRUE)` regardless wether it is `shinydashboard::box()` or `shinydashboardPlus::box()` inside of `shinydashboard::dashboar…
-
I am currently trying to run the demo/examples as per your [rinterface website](https://rinterface.github.io/shinydashboardPlus/) and I encounter the following error with dashboardPage.
```r
> lib…
-
Hi @PaulC91
Nice app! Thanks for making it open source.
Could you please provide info about the `countup` package on which the dashboard is dependent. It does not seem to be a CRAN package. Where…
-
Hi,
I experienced a weird behavior with the latest version 2.0.0. If I create a right sidebar and add a navlistPanel, the input value of the navlistPanel does not correspond to the value of the tab…
-
I additionally needed to add these packages:
```
install.packages("shiny")
install.packages("shinydashboard")
install.packages("DiagrammeR")
install.packages("shinyWidgets")
```
-
```
dropdownMenu html
Fehler: Objekt 'rd_color_tag' nicht gefunden
- removing 'C:/Users/Dieter/AppData/Local/Temp/RtmpisY69I/Rinst62c4ef644c/OSUICode'
…
-
I can take care of this change.
For more, see: https://www.data-imaginist.com/2019/patch-it-up-and-send-it-out/
This is a direct replacement with not much change needed in terms of argument spec…