TableModule2: TableModule

View source: R/Widget_TableModule2.R

TableModule2R Documentation

TableModule

Description

Module to show a Table in the UI eith sorting and pagination.

Usage

TableModule2(
  input,
  output,
  session,
  values,
  reactives = reactive({     list(df = NULL, rowFilters = NULL, colFilters = NULL) }),
  static = list(perpage = 100, height = 300, readOnly = T, contextMenu = T,
    fixedColumnsLeft = 1, invertReadOnly = NULL, format = list(col = NULL, format =
    NULL))
)

TableModule2UI(id)

Arguments

input

arguments necessary for use with callModule()

output

arguments necessary for use with callModule()

session

arguments necessary for use with callModule()

values

not used!

reactives

a list, wrapped in a reactive() expression with settings for this module. See details.

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

Functions

  • TableModule2: Server logic

  • TableModule2UI: UI elements


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