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

Dynamic inputs #433

Open
JohnCoene opened this issue Oct 10, 2024 · 1 comment
Open

Dynamic inputs #433

JohnCoene opened this issue Oct 10, 2024 · 1 comment
Labels
question Further information is requested

Comments

@JohnCoene
Copy link
Member

I don't think this is possible with blockr, correct me if I'm wrong.

The idea for our application is that the tables take a result block which returns a list of things, including: footnotes, protocols, treatments groups, populations, etc. This is so we can define the latter in a central place within the app

Then from within the following block we use this to generate the fields so that the user can, for instance, pick one or more footnotes from the list returned to use for that output.

@JohnCoene JohnCoene added the question Further information is requested label Oct 10, 2024
@JohnCoene
Copy link
Member Author

I think we can make this work using callbacks, a bit like we do in the select_block

new_select_block <- function(columns = character(), ...) {

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

No branches or pull requests

1 participant