Description Usage Arguments Value
This module creates the table input and output as an
reactable::reactable()
.
1 2 3 | table_ui(id, select, download, level = "Niveau", ref_code = "Referentiecode")
table_server(id, RGS, labels = "Niveau ")
|
id |
Namespace id. |
select |
Add variable selection interface. |
download |
Add download button. |
level |
Name on controller ui for level selection. |
ref_code |
Name on controller ui for reference code selection. |
RGS |
Reactive value of the RGS data. |
labels |
Labels for hierarchical structure (default = |
Shiny GUI or server
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.