rstudio / shinydashboard

Shiny Dashboarding framework
https://rstudio.github.io/shinydashboard/
Other
893 stars 298 forks source link

box is not collapsible if height is pre-assigned #260

Open Xavier-i opened 6 years ago

Xavier-i commented 6 years ago

Really like theis collapsible feature, but i found that when i pre-assign the height to a box. It doesn't collapse "properly". For example, box(title = "Test", status = "primary", solidHeader = TRUE, collapsible = TRUE, collapsed = TRUE, "Hello World", height = 100, width = 12 )

It still collapse, but only content will be collapsed, not background

Ljupch0 commented 4 years ago

I am also experiencing this issue, any update?

Xavier-i commented 4 years ago

No

tkranenburg commented 1 year ago

I was wondering if someone found a solution for this?