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"))
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"))