fix: DT фиксированное отображение дат, убрано выделение строк

This commit is contained in:
2026-04-11 22:01:26 +03:00
parent 0ba1d0d3e7
commit b80188b1ad

3
app.R
View File

@@ -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(