View source: R/Module_TableModule.R
TableModule | R Documentation |
Module to show a Table in the UI. Deprecated, use TableModule2
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)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
tag |
id to be used in ns() |
set |
Import data from the shiny session |
id |
id to be used to define a namespace via |
Returns its internalValues
TableModule
: Server logic
TableModuleUI
: UI elements
values
for a description of the values
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.