shiny_data_filter_item_ui {IDEAFilter}R Documentation

A single filter item as part of a data filter module panel

Description

This sub-module contains the logic for the filter item itself. 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.

Usage

shiny_data_filter_item_ui(inputId, verbose = FALSE)

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


[Package IDEAFilter version 0.2.0 Index]