Fix crosstalk: DT requires server=FALSE
All checks were successful
Deploy stAndrews / deploy (push) Successful in 4s
All checks were successful
Deploy stAndrews / deploy (push) Successful in 4s
This commit is contained in:
2
app.R
2
app.R
@@ -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)",
|
||||||
|
|||||||
Reference in New Issue
Block a user