Package was renamed to dv.listings.
The module allows now to
- switch between listings
- select/hide columns
- order columns
- search the listing on a free-text basis
- filter columns
- display labels instead of variable/dataset names in column headers and dropdown menues
- export listings to .xlsx and .pdf
The module is now consistent to DaVinci parameter standards, thus mod_table()
, table_UI()
, table_server()
introduce the following changes:
- parameters reordered
id
replaced bymodule_id
data_list
replaced bydataset_list
default_cols
replaced bydefault_vars
dataset_names
addeddataset_disp
is now an optional parameter
Additionally, a bug was fixed where fast column selection caused a reactive loop.
- module now uses functional dispatchers from module manager instead of expressions
- initial version of dv.table
- dv.table is a module mainly focused on validation