You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.