From b80188b1ad6382a81440e0e4860b71ff44aa7eb6 Mon Sep 17 00:00:00 2001 From: madeliri Date: Sat, 11 Apr 2026 22:01:26 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20DT=20=D1=84=D0=B8=D0=BA=D1=81=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=BD=D0=BE=D0=B5=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4?= =?UTF-8?q?=D0=B0=D1=82,=20=D1=83=D0=B1=D1=80=D0=B0=D0=BD=D0=BE=20=D0=B2?= =?UTF-8?q?=D1=8B=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.R b/app.R index 4b9a199..037270d 100644 --- a/app.R +++ b/app.R @@ -458,6 +458,7 @@ server <- function(input, output, session) { # colnames = dplyr::pull(col_types, form_id, form_label), extensions = c('KeyTable', "FixedColumns"), editable = 'cell', + selection = "none", options = list( dom = 'tip', scrollX = TRUE, @@ -465,7 +466,7 @@ server <- function(input, output, session) { keys = TRUE ) ) |> - DT::formatDate(date_cols, "toLocaleDateString") + DT::formatDate(date_cols, "toLocaleDateString", params = list('ru-RU')) ) showModal(modalDialog(