fix: DT фиксированное отображение дат, убрано выделение строк
This commit is contained in:
3
app.R
3
app.R
@@ -458,6 +458,7 @@ server <- function(input, output, session) {
|
|||||||
# colnames = dplyr::pull(col_types, form_id, form_label),
|
# colnames = dplyr::pull(col_types, form_id, form_label),
|
||||||
extensions = c('KeyTable', "FixedColumns"),
|
extensions = c('KeyTable', "FixedColumns"),
|
||||||
editable = 'cell',
|
editable = 'cell',
|
||||||
|
selection = "none",
|
||||||
options = list(
|
options = list(
|
||||||
dom = 'tip',
|
dom = 'tip',
|
||||||
scrollX = TRUE,
|
scrollX = TRUE,
|
||||||
@@ -465,7 +466,7 @@ server <- function(input, output, session) {
|
|||||||
keys = TRUE
|
keys = TRUE
|
||||||
)
|
)
|
||||||
) |>
|
) |>
|
||||||
DT::formatDate(date_cols, "toLocaleDateString")
|
DT::formatDate(date_cols, "toLocaleDateString", params = list('ru-RU'))
|
||||||
)
|
)
|
||||||
|
|
||||||
showModal(modalDialog(
|
showModal(modalDialog(
|
||||||
|
|||||||
Reference in New Issue
Block a user