View source: R/Widget_TableModule2.R
TableModule2 | R Documentation |
Module to show a Table in the UI eith sorting and pagination.
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)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
values |
not used! |
reactives |
a list, wrapped in a |
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 |
Returns its internalValues
TableModule2
: Server logic
TableModule2UI
: UI elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.