A shiny module that allows the user to view some data, and download it in various file formats. The user can choose which columns are displayed, although the number of columns are limited to 15.
Arguments
- id
The namespace of the module.
- data
The data to be viewed, filtered and sorted.
- filters
A table of filters to apply to the data.
Details
The data is displayed using reactable::reactable()
, and the columns are
sortable and filterable.