From 38323f6c34aeb283d7ab27750858a6df7a9aaacd Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Mon, 12 Dec 2022 17:30:26 +0000 Subject: [PATCH] enable scrollbars --- global.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.R b/global.R index c916a68..098c086 100644 --- a/global.R +++ b/global.R @@ -11,7 +11,7 @@ library(RCurl) #options(shiny.launch.browser = FALSE) # i am a big girl and can tie my own laces #options(shiny.port = 8000) # don't change the port every time #options(shiny.host = '0.0.0.0') # This means "listen to all addresses on all interfaces" -#options(DT.options = list(scrollX = TRUE)) +options(DT.options = list(scrollX = TRUE)) # An "application token" is required here. I generated this one like this: