Add scrollX to listings and sales tables to prevent container overflow
All checks were successful
Deploy stAndrews / deploy (push) Successful in 5s
All checks were successful
Deploy stAndrews / deploy (push) Successful in 5s
This commit is contained in:
@@ -254,6 +254,7 @@ create_server <- function(input, output, session) {
|
||||
options = list(
|
||||
pageLength = 25,
|
||||
searching = FALSE,
|
||||
scrollX = TRUE,
|
||||
dom = 't'
|
||||
)
|
||||
)
|
||||
@@ -296,6 +297,7 @@ create_server <- function(input, output, session) {
|
||||
options = list(
|
||||
pageLength = 10,
|
||||
searching = FALSE,
|
||||
scrollX = TRUE,
|
||||
dom = 't'
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user