Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy loading #148

Open
mjdzr opened this issue Sep 15, 2023 · 0 comments
Open

Lazy loading #148

mjdzr opened this issue Sep 15, 2023 · 0 comments

Comments

@mjdzr
Copy link

mjdzr commented Sep 15, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant