diff --git a/R/edit_file.R b/R/edit_file.R index 7b582ee..35f15af 100644 --- a/R/edit_file.R +++ b/R/edit_file.R @@ -245,7 +245,8 @@ edit_file <- function(metadata_dir = file.path("data", "metadata"), file) { output$hot <- rhandsontable::renderRHandsontable({ rhandsontable::rhandsontable(dat, useTypes = TRUE, - stretchH = "all") %>% + stretch = 'all', + colWidths = '250px') %>% rhandsontable::hot_context_menu(allowColEdit = FALSE) })