You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module should produce the same table as FilteredData$ui_overview.
arguments: id, data (reactive teal_data)
output: reactive teal_data
Module's server should be called just before passing data to the teal_module (look here)
Beware that instead of data (teal_data), datasets (FilteredData) object could be still used in a module, and transform can't be performed on FilteredData. Please include summary under condition is_arg_used(modules$server, "data")
Module's ui should be included in a relevant place to inform how data have changed in a "transformation".
Hide existing filter-panel-summary so we don't need to make changes in teal.slice. Please keep in mind this issue
The text was updated successfully, but these errors were encountered:
Prefers to have it within the module (and collapsable if possible) instead of a separate tab
What do you mean specifically?
If you want this in the teal_module, then it will be in the encoding panel, and it will be something which module-developer will have to add (call the summary-module inside of own teal_module).
Current idea is that summary will be inserted in the sidebar where filter-panel is and where teal_transform will be. Every item in this sidebar will be collapsible.
Blocked by #1229
FilteredData$ui_overview
.id
,data
(reactive teal_data)data
(teal_data
),datasets
(FilteredData
) object could be still used in a module, and transform can't be performed onFilteredData
. Please include summary under conditionis_arg_used(modules$server, "data")
Hide existing filter-panel-summary so we don't need to make changes in teal.slice. Please keep in mind this issue
The text was updated successfully, but these errors were encountered: