mod_format_DT: mod_format_DT_ui and mod_format_DT_server

mod_format_DTR Documentation

mod_format_DT_ui and mod_format_DT_server

Description

A shiny Module.

Usage

mod_format_DT_ui(id)

mod_format_DT_server(
  id,
  data,
  withDLBtns = FALSE,
  showRownames = FALSE,
  dom = "Bt",
  hc_style = reactive({
     NULL
 }),
  full_style = reactive({
     NULL
 }),
  filename = "Prostar_export",
  hideCols = reactive({
     NULL
 })
)

Arguments

id

shiny id

data

xxx

withDLBtns

xxx

showRownames

xxx

dom

xxx

hc_style

xxx

full_style

A list of four items:

  • cols: a vector of colnames of columns to show,

  • vals: a vector of colnames of columns that contain values,

  • unique: unique(conds),

  • pal: xxx

filename

xxx

hideCols

xxx

Value

NA


samWieczorek/Dapar2 documentation built on Oct. 12, 2023, 9:54 a.m.