View source: R/cdr_row_editor_html.R
cdr_row_editor_html | R Documentation |
Responsive to given permissions
cdr_row_editor_html(
notes_txt = "",
id,
add_row_permission = F,
del_row_permission = F
)
notes_txt |
message to send to the UI edit page |
id |
namespace id - corresponds to table name |
add_row_permission |
T or F: whether user has permission to add a new observation, i.e. the Unique ID for a row |
del_row_permission |
T or F: whether user has permission to delete a new observation, i.e. the Unique ID for a row |
ui output component
crudr:::cdr_row_editor_html('hello', 'iris', TRUE, TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.