Interface buttons for row additions and/or row deletions in the admin table
cdr_admin_key_ui.Rd
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
Value
html (to be called in cdr_deliver_admin_tbl()
)
Examples
if (FALSE) {
ui_html <- shiny::fluidPage(crudr:::cdr_admin_key_ui('primary_table_name'))
}