simpleTableModule: simpleTableModule

View source: R/Widget_simpleTableModule.R

simpleTableModuleR Documentation

simpleTableModule

Description

A simple Table module without sorting or pagination

Usage

simpleTableModule(
  input,
  output,
  session,
  df = reactive({     NULL }),
  static = list(readOnly = T, contextMenu = F, height = "auto")
)

simpleTableModuleUI(id)

Arguments

input

arguments necessary for use with callModule()

output

arguments necessary for use with callModule()

session

arguments necessary for use with callModule()

df

reactive containing the data.frame to display

static

a list of arguments that are not in a reactive context and hence do not change while the app is running.

id

id to be used to define a namespace via NS() (must match id in callModule for the server Module)

Value

Returns its internalValues, most importantly elements df and liveView

Functions

  • simpleTableModule: Server logic

  • simpleTableModuleUI: UI elements


mjhelf/METABOseek documentation built on April 27, 2022, 5:13 p.m.