enable scrollbars
This commit is contained in:
parent
1250c62ad1
commit
38323f6c34
1 changed files with 1 additions and 1 deletions
2
global.R
2
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue