dynamic_table_ui: Dynamic Table UI for bs4Dash

Description Usage Arguments Value

View source: R/dynamic_table.R

Description

Creates a dynamic dataTable for the reactive dataset handled by the table_data() function and is served to the server side based on an input dataset

Usage

1
2
3
4
5
6
dynamic_table_ui(
  id,
  name = "Dynamic DataTable",
  tbl_width = 12,
  handler_width = 3
)

Arguments

id

string the id from which to generate a namespace for the module

name

The name of the datatable

tbl_width

string the label for the left UI element

handler_width

numeric the width of the right UI element column (of 12)

Value

HTML code for UI corresponding to the 'dynamic_table_server()' function


HarryRosen/hrimodules documentation built on Jan. 11, 2022, 12:36 a.m.