View source: R/addEditModules.R
This function and addModalUI
are used in conjunction to
create the UI and server elements necessary to control the modal
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
input |
These parameters are handled by
|
output |
These parameters are handled by
|
session |
These parameters are handled by
|
inputData |
a
|
reactiveData |
Reactive which stores all of the tables from the database
as seperate |
checkDuplicate |
character vector specifing which fields to check for possible duplication. Default value is null, and no fields are checked for duplicates |
db |
a |
dbTable |
The database table the new data will be added to. |
modalUI |
Function that creates the modal UI. |
staticChoices |
|
dtRow |
Reactive which stores the row selected in the datatable |
... |
Additional parameters to mass to modalUI function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.