DTedit Server Function
1 2 3 4 5 6 7 8 9 10 | mod_DTedit_server(
input,
output,
session,
table_data,
table_type,
suppl_table_sublist,
DT_options,
cons
)
|
input, output, session |
Internal parameters for shiny |
table_data |
data to place in the editable data table |
table_type |
Name of the mongo collection the data table is associated with |
suppl_table_sublist |
list containing information related to the table |
DT_options |
options used by DT::renderDataTable within dtedit |
cons |
the connection to mongodb |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.