@@ -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)",
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.