Description Usage Arguments Examples
This function deletes the record selected
1 |
data |
Data to be deleted |
1 2 3 4 | observeEvent(input$delete, {
DeleteData(formData())
UpdateInputs(CreateDefaultRecord(), session)
}, priority = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.