A single filter item as part of a data filter module panel
shiny_data_filter_item_ui.Rd
This sub-module contains the logic for the filter item iteself. This contains general ui elements such as the button to remove the filter and the grip for drag-and-drop. It also handles the conditional logic of showing a column selector or the column name. When a column is selected it also embeds another module showing module for filtering the specified vector of data.
Arguments
- inputId
The
input
slot that will be used to access the value.- verbose
a
logical
value indicating whether or not to print log statements out to the console
Value
a shiny wellPanel
to house the filter