View source: R/cdr_admin_tbl_ui.R
cdr_admin_tbl_ui | R Documentation |
A DT output for a namespace
cdr_admin_tbl_ui(id, tbl = "db_tbl")
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 |
a DTOutput table with loading spinner
ui_html <- shiny::fluidPage(crudr:::cdr_admin_tbl_ui('iris', 'db_tbl'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.