anzeige der neuen DS hinzugefügt

This commit is contained in:
2026-03-19 14:28:46 +01:00
parent 8e2b4932ab
commit d757a61cdb
4 changed files with 124 additions and 94 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ f_reactable <- function(daten, coldefs = NULL, selection = "single", defaultSele
theme = reactableTheme(
highlightColor = "#e6f7ff", # Etwas dezenter als knallgrün, optional
# borderColor = "#dfe2e5",
rowSelectedStyle = list(backgroundColor = "#98F5FF")
rowSelectedStyle = list(backgroundColor = "#98F5FF")#
),
rowStyle = list(cursor = "pointer"),
onClick = "select",