Learn R Programming

shinyWidgets (version 0.8.7)

demoVirtualSelect: Demo for virtualSelectInput()

Description

Demo for virtualSelectInput()

Usage

demoVirtualSelect(
  name = c("default", "update", "choices-format", "prepare-choices", "bslib-theming")
)

Value

No value.

Arguments

name

Name of the demo app to launch.

Examples

Run this code
if (FALSE) {

# Default usage
demoVirtualSelect("default")

# Update widget from server
demoVirtualSelect("update")

# Differents ways of specifying choices
demoVirtualSelect("choices-format")

# Prepare choices from a data.frame
demoVirtualSelect("prepare-choices")

# Theming with bslib
demoVirtualSelect("bslib-theming")

}

Run the code above in your browser using DataLab