mod_select2_ui: export UI Function

View source: R/mod_select_old2.R

mod_select2_uiR Documentation

export UI Function

Description

A shiny Module.

Usage

mod_select2_ui(
  id = "eda_select",
  ns = function() {
 },
  select_title = "Column filter (none means 'all columns')",
  select_width = 12,
  select_id = "select_ui",
  select_button_label = "Submit",
  select_button_class = "btn-success",
  select_button_style = "color: #fff;",
  select_button_icon = icon("check"),
  select_button_width = 100,
  render_data = FALSE,
  data_title = "Data table",
  data_width = 12,
  outer_box = FALSE,
  outer_title = "Select columns",
  outer_width = 12,
  verbose = FALSE
)

Arguments

id

[character] Module ID

ns

[function] Namespace function

render_data

[logical] Render data table yes/no

verbose

[logical] Tracing infos yes/no


rappster/shimo.eda documentation built on Aug. 29, 2022, 11:04 a.m.