Here is what my server.R code looks like:
observeEvent(input$submit_loc,
{
output$table1 <- DT::renderDataTable({
If I was using ui.R, I think I would do
dataTableOutput("table1"),
However I am not sure what to do if I am using index.html rather than ui.R