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

Wrap filter_panel_ui/srv into teal_transform_module #1230

Closed
gogonzo opened this issue May 22, 2024 · 1 comment
Closed

Wrap filter_panel_ui/srv into teal_transform_module #1230

gogonzo opened this issue May 22, 2024 · 1 comment
Labels

Comments

@gogonzo
Copy link
Contributor

gogonzo commented May 22, 2024

Filter-panel should have reactive teal_data as an input and ouput filtered data (as reactive teal_data).

teal_transform_module(
  ui = <filter panel ui>,
  server = <filter panel server> ,
  label = "Filters"
)

This isn't straightforward as filter_panel_server now doesn't return anything. We will need to create a new filter_panel_ui/srv function in teal and do so that it returns data.

@gogonzo
Copy link
Contributor Author

gogonzo commented Aug 9, 2024

Closing this one as it is not necessary. We gain nothing out of it.

@gogonzo gogonzo closed this as completed Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants