module_tabs_with_filters | R Documentation |
teal_modules
UIsThe ui_nested_tabs function returns a nested tabbed UI corresponding to the nested modules. This function adds the right filter panel to each main tab.
ui_tabs_with_filters(id, modules, datasets, filter = teal_slices())
srv_tabs_with_filters(
id,
datasets,
modules,
reporter = teal.reporter::Reporter$new(),
filter = teal_slices()
)
id |
( |
modules |
( |
datasets |
(named |
filter |
( |
reporter |
( |
The right filter panel's filter choices affect the datasets
object. Therefore,
all modules using the same datasets
share the same filters.
This works with nested modules of depth greater than 2, though the filter panel is inserted at the right of the modules at depth 1 and not at the leaves.
A shiny.tag.list
containing the main menu, placeholders for filters and placeholders for the teal
modules.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.