module_filter_manager_modal {teal} | R Documentation |
Filter manager modal
Description
Opens a modal containing the filter manager UI.
Usage
filter_manager_modal_ui(id)
filter_manager_modal_srv(id, filtered_data_list, filter)
Arguments
id |
(character(1) )
shiny module id.
|
filtered_data_list |
(named list )
A list, possibly nested, of FilteredData objects.
Each FilteredData will be served to one module in the teal application.
The structure of the list must reflect the nesting of modules in tabs
and the names of the list must match the labels of their respective modules.
|
filter |
(teal_slices )
Specifies the initial filter using teal_slices() .
|
[Package
teal version 0.15.2
Index]