TableModule: TableModule

View source: R/Module_TableModule.R

TableModuleR Documentation

TableModule

Description

Module to show a Table in the UI. Deprecated, use TableModule2

Usage

TableModule(
  input,
  output,
  session,
  tag,
  set = list(df = NULL, update = 1, layout = list(perpage = 100, height = 300, readOnly
    = T, contextMenu = T, fixedColumnsLeft = 1, invertReadOnly = NULL, format = list(col
    = NULL, format = NULL)))
)

TableModuleUI(id)

Arguments

input

arguments necessary for use with callModule()

output

arguments necessary for use with callModule()

session

arguments necessary for use with callModule()

tag

id to be used in ns()

set

Import data from the shiny session

id

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

Value

Returns its internalValues

Functions

  • TableModule: Server logic

  • TableModuleUI: UI elements

See Also

values for a description of the values object


mjhelf/Mosaic documentation built on April 28, 2022, 11:32 a.m.