Skip to contents

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

Usage

cdr_admin_key_ui(id)

Arguments

id

your table name - namespace ID corresponding to the 'primary_tbl_name' in the database

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'))
}