inst/examples/gallery/tables/tables_tab.R

tables_tab <- argonTabItem(
  tabName = "tables",
  radioButtons(
    inputId = "cardWrap", 
    inline = TRUE,
    label = "Enable card wrap?",
    choices = c("Enable", "Disable"), 
    selected = "Enable"
  ),
  uiOutput("argonTable")
)

Try the argonDash package in your browser

Any scripts or data that you put into this service are public.

argonDash documentation built on Dec. 1, 2019, 1:08 a.m.