results: Remove scroller extension

This commit is contained in:
Elias Projahn 2021-11-17 23:08:20 +01:00
parent a1807691d5
commit 2926bb4da0
2 changed files with 2 additions and 6 deletions

View file

@ -54,14 +54,10 @@ server <- function(input, output, session) {
rownames = FALSE,
colnames = column_names,
style = "bootstrap",
fillContainer = TRUE,
extensions = "Scroller",
options = list(
rowCallback = js_link,
columnDefs = list(list(visible = FALSE, targets = 2)),
deferRender = TRUE,
scrollY = 200,
scroller = TRUE
pageLength = 25
)
)