DTedit Server Function
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 |