verschiedene änderungen

This commit is contained in:
2026-04-28 15:40:44 +02:00
parent db63fecded
commit a0e2fb986d
4 changed files with 97 additions and 38 deletions
+3 -1
View File
@@ -97,6 +97,7 @@ buchungenServer <- function(id, conn, r_global) {
selection = "single",
hoehe = "60vh",
defaultSelected = current_main_idx(),
filterable = TRUE,
highlight_valuta = highlighted_valuta()
)
})
@@ -119,7 +120,8 @@ buchungenServer <- function(id, conn, r_global) {
details_data(),
coldefs = coldef_entries_tabelle,
selection = "single",
hoehe = NULL
hoehe = NULL,
filterable = FALSE
)
})