Fix crosstalk: DT requires server=FALSE
All checks were successful
Deploy stAndrews / deploy (push) Successful in 4s

This commit is contained in:
2026-03-09 16:38:19 -04:00
parent f466db6a9c
commit 25d7427ab3

2
app.R
View File

@@ -511,7 +511,7 @@ server <- function(input, output) {
}) })
# listings table ---- # listings table ----
output$listings_table <- renderDT({ output$listings_table <- renderDT(server = FALSE, {
datatable( datatable(
shared_listings, shared_listings,
colnames = c("Listed", "Address", "Sq Ft", "Price (raw)", "$/Sq Ft (raw)", colnames = c("Listed", "Address", "Sq Ft", "Price (raw)", "$/Sq Ft (raw)",