Merge branch 'main' into dev
This commit is contained in:
+3
-1
@@ -204,7 +204,9 @@ server <- function(input, output) {
|
||||
|
||||
output$CLINICS <- renderRHandsontable({
|
||||
if (!is.null(CLINICS)){
|
||||
rhandsontable(values[["CLINICS"]], stretchH = "all", readOnly = F, useTypes = T)
|
||||
rhandsontable(values[["CLINICS"]], stretchH = "all", readOnly = F, useTypes = T) %>%
|
||||
hot_col(values[["CLINICS"]] %>% select(lubridate::is.Date) %>% colnames,
|
||||
dateFormat = "DD/MM/YY", type = "date")
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user