tabelle ohne paginierung, trans-aktionen korrigiert
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
f_reactable <- function(daten, coldefs = NULL, selection = "single", defaultSelected = NULL) {
|
||||
f_reactable <- function(daten, coldefs = NULL, selection = "single", defaultSelected = NULL, hoehe = NULL) {
|
||||
reactable(
|
||||
daten,
|
||||
selection = selection,
|
||||
defaultSelected = defaultSelected, # Ermöglicht das Wiederherstellen der Auswahl
|
||||
pagination = TRUE,
|
||||
pagination = F,
|
||||
defaultPageSize = 17,
|
||||
showPageSizeOptions = TRUE,
|
||||
filterable = TRUE,
|
||||
highlight = TRUE,
|
||||
height = hoehe, # <--- FIXIERT DEN HEADER und macht den Body scrollbar
|
||||
bordered = TRUE,
|
||||
striped = FALSE,
|
||||
compact = TRUE,
|
||||
|
||||
Reference in New Issue
Block a user