View source: R/Widget_simpleTableModule.R
simpleTableModule | R Documentation |
A simple Table module without sorting or pagination
simpleTableModule( input, output, session, df = reactive({ NULL }), static = list(readOnly = T, contextMenu = F, height = "auto") ) simpleTableModuleUI(id)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
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 |
Returns its internalValues, most importantly elements df
and liveView
simpleTableModule
: Server logic
simpleTableModuleUI
: UI elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.