- Static per-dataset footer text
- Review functionality:
- Expand revision count limit from 1000 to 10000 entries
- Review functionality:
- Guard against problematic characters in dataset names
- Review functionality:
- Cope with initially empty datasets
- Review functionality:
- Allow expanding review choices
- [NOT USER-FACING] Update CM.R snippet
- Review functionality:
- Fix regressions when global filter is active
- Review functionality:
- Guard against the removal of known rows and provide parameter to disable this check
- Limited support for column width resizing
- Remove dependencies on jsonlite and lastpage.sty latex package
- Review functionality:
- Per-role undo of review actions
- Faster response to review actions
- Progress indicators during long review actions
- Improved checks for asynchronous javascript-mediated review write actions
- Guard against selection of nested or conflicting review storage location.
- Fix mapping of current listing to canonical row indices.
- Display title of current table
- Review functionality
- Bulk editing interface
- Highlighting of modified columns for outdated reviews
- Tolerate previously known data rows that go missing or reappearing across dataset updates
- Includes the experimental review functionality
- Adapt dataset selection to accommodate for switching of dataset_list
- Adapt fill_default_vars to keep specified default values for datasets which are not present
- Adapt checkmate calls to allow default values for datasets which are not present
- Top buttons are reordered in a single line to avoid consuming excessive space
- Add jumping feature
- The module allows now to
- select all columns
- unselect all columns
- reset to default columns
- reset filters
- Remove support for data dispatchers
- Provide early feedback of module misconfiguration
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
idreplaced bymodule_iddata_listreplaced bydataset_listdefault_colsreplaced bydefault_varsdataset_namesaddeddataset_dispis 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