verschiedene änderungen
This commit is contained in:
@@ -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
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user