Open hazelvaq opened 2 months ago
https://github.com/posit-dev/r-shinylive/issues/124
Potential fix 'adding tags$script(src = "https://cdn.plot.ly/plotly-2.11.1.min.js") to the UI so that the dependency is loaded from external CDN'
Following a similar approach as the shiny live issue, I added
tags$script(src = "https://cdn.datatables.net/1.11.3/js/jquery.dataTables.min.js")
to the UI and this worked in showing all 3 tables at once. Only issue now is if I update the tables to bootstrap4 to fix the bunched up next page function, it only runs for the 3rd table.
In the Query Tab when uploading a CSV file users are not shown their uploaded data unless they re-upload the data or click on one of the functions.