shinydashboard
shinydashboard copied to clipboard
box is not collapsible if height is pre-assigned
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
I am also experiencing this issue, any update?
No
I was wondering if someone found a solution for this?