cdr_admin_key_ui: Interface buttons for row additions and/or row deletions in...

View source: R/cdr_admin_key_ui.R

cdr_admin_key_uiR Documentation

Interface buttons for row additions and/or row deletions in the admin table

Description

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

## Not run: 
ui_html <- shiny::fluidPage(crudr:::cdr_admin_key_ui('primary_table_name'))

## End(Not run)


eauleaf/crudr documentation built on Jan. 29, 2024, 4:39 p.m.