ebailey78 / shinyBS

Twitter Bootstrap Components for Shiny
182 stars 47 forks source link

BSCollapsePanel unable to contain the content within the panel #53

Open debsush opened 8 years ago

debsush commented 8 years ago

I would like to be able to contain my pivot table within the bscollapse panel. My current content exceeds the allocated size of the panel making the UI look shabby. Is there any option currently available to ensure the panel encapsulates the content within the panel - a fluid container may be.

Code: bsCollapsePanel("Pivot",style="success",rpivotTableOutput("test"))