View source: R/cdr_admin_key_ui.R
cdr_admin_key_ui | R Documentation |
User interface portion of the server module Unique ID input textbox and button button UI shows up for primary table if cell_edit_permission is set to T in server
cdr_admin_key_ui(id)
id |
your table name - namespace ID corresponding to the 'primary_tbl_name' in the database |
html (to be called in cdr_deliver_admin_tbl()
)
## Not run:
ui_html <- shiny::fluidPage(crudr:::cdr_admin_key_ui('primary_table_name'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.