manual functions for data import

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-01-20 13:18:36 +01:00
commit 9f828aa4bd
No known key found for this signature in database
4 changed files with 54 additions and 21 deletions

View file

@ -226,10 +226,13 @@ create_overview_datagrid <- function(data) {
formatter = toastui::JS("function(obj) {return (obj.value*100).toFixed(0) + '%';}")
)
## This could obviously be extended, which will added even more complexity.
grid <- toastui::grid_filters(
grid = grid,
columns = "name",
showApplyBtn = TRUE,
column = "name",
# columns = unname(std_names[std_names!="vals"]),
showApplyBtn = FALSE,
showClearBtn = TRUE,
type = "text"
)