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(
|
options = list(
|
||||||
pageLength = 25,
|
pageLength = 25,
|
||||||
searching = FALSE,
|
searching = FALSE,
|
||||||
|
scrollX = TRUE,
|
||||||
dom = 't'
|
dom = 't'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
@@ -296,6 +297,7 @@ create_server <- function(input, output, session) {
|
|||||||
options = list(
|
options = list(
|
||||||
pageLength = 10,
|
pageLength = 10,
|
||||||
searching = FALSE,
|
searching = FALSE,
|
||||||
|
scrollX = TRUE,
|
||||||
dom = 't'
|
dom = 't'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user