cdr_admin_tbl_ui: HTML to output a DT from the Server module

View source: R/cdr_admin_tbl_ui.R

cdr_admin_tbl_uiR Documentation

HTML to output a DT from the Server module

Description

A DT output for a namespace

Usage

cdr_admin_tbl_ui(id, tbl = "db_tbl")

Arguments

id

primary table name - namespace ID that matches the table name of the primary table being administered in the database

tbl

one of 'db_tbl' or 'chg_log_tbl' depending on which table from server module you want to present

Value

a DTOutput table with loading spinner

Examples

ui_html <- shiny::fluidPage(crudr:::cdr_admin_tbl_ui('iris', 'db_tbl'))


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