RinteRface / shinydashboardPlus

extensions for shinydashboard
https://shinydashboardplus.rinterface.com
Other
449 stars 78 forks source link

reset/reopen closed boxPlus #38

Closed ivokwee closed 3 years ago

ivokwee commented 5 years ago

Can we programatically reset/reopen boxes that were closed by the user? thanks. ivo.

tsolloway commented 5 years ago

Good question. It's why I stay away from that feature. Another way around it is utilizing shinyjs 's show/ hide functionality

rrpaleja commented 4 years ago

Has anyone found an answer to this?

DivadNojnarg commented 4 years ago

Yes it is possible but not included yet. The bs4Dash package does it (Bootstrap 4 shinydashboard)

DivadNojnarg commented 3 years ago

Fixed in latest devel version. Just use the updateBox function passing the restore action:

updateBox(
        "mybox", 
        action = "restore"
      )