select_org: Get a sales data frame for demo

View source: R/ui_filters.R

select_orgR Documentation

Get a sales data frame for demo

Description

Get a sales data frame for demo

Usage

select_org(label, selectize, multiple, selected, width, size)

Arguments

label

Display label for the control, or NULL for no label.

selectize

Whether to use selectize.js or not.

multiple

Is selection of multiple items allowed?

selected

The initially selected value (or multiple values if multiple = TRUE). If not specified then defaults to the first value for single-select lists and no values for multiple select lists.

width

The width of the input, e.g. '400px', or '100%'; see validateCssUnit().

size

Number of items to show in the selection box; a larger number will result in a taller box. Not compatible with selectize=TRUE. Normally, when multiple=FALSE, a select input will be a drop-down list, but when size is set, it will be a box instead.


mark-druffel/shinyServerDemo documentation built on June 1, 2022, 12:59 a.m.