ebailey78 / shinyBS

Twitter Bootstrap Components for Shiny
182 stars 47 forks source link

Lazy loading #148

Open mjdzr opened 9 months ago

mjdzr commented 9 months ago

I'm using a bsCollapsePanel inside a tabPanel. I want everything under the tabPanel or the bsCollapse to be not lazy (i.e., I want them to load before clicking on tab/collapsePanel). Not sure if this issue is related to tabPanel being lazy or a close CollapsePanel being lazy. But any suggestion is much appreciated!

tabPanel( "Plots", bsCollapse( id = ..., open = ..., bsCollapsePanel( name, value, fluidRow( column(12, ...)) , style = "success"))