diff --git a/app.R b/app.R index 1095b66..9ddd89a 100644 --- a/app.R +++ b/app.R @@ -511,7 +511,7 @@ server <- function(input, output) { }) # listings table ---- - output$listings_table <- renderDT({ + output$listings_table <- renderDT(server = FALSE, { datatable( shared_listings, colnames = c("Listed", "Address", "Sq Ft", "Price (raw)", "$/Sq Ft (raw)",