Skip to content

v1.4.3

Compare
Choose a tag to compare
@pvictor pvictor released this 10 Jan 14:35
· 97 commits to master since this release
  • edit_data_server() : added the ability to specify callbacks functions to be executed before performing an action on the table (add, update or delete).
  • edit_data_server() : pass reactable option + selection to the table #82
  • edit-data module : use factor levels and sort theme in edit input forma for factors (sorting also applies for characters), thanks to @Felixmil.
  • import-file module : allow to specify string used to identify NA, thanks to @DrFabach.
  • filter_data_server() : argument drop_ids can now be set via option datamods.filter.drop_ids and can be a list like list(p = 0.9, n = 50) to specify threshold values to remove IDs columns.