Skip to contents

A shiny module containing a simple select input/action button combination. The column to filter is selected, and the button is pressed to actually create the filter.

Usage

create_filter_ui(id)

create_filter_server(id, data)

Arguments

id

The namespace of the module.

data

The data that is being filtered.

Value

The server alerts its parent of the value of the select input whenever the button is pressed. Note that the logic for adding filters is not contained within this module.

See also