Add scrollX to listings and sales tables to prevent container overflow
All checks were successful
Deploy stAndrews / deploy (push) Successful in 5s

This commit is contained in:
2026-04-16 19:26:50 -04:00
parent 0b5b093d99
commit 0a63139dee

View File

@@ -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'
)
)