Moore-Institute-4-Plastic-Pollution-Res / trashtaxonomy_live

Creative Commons Attribution 4.0 International
0 stars 0 forks source link

Uploading Data #1

Open hazelvaq opened 2 months ago

hazelvaq commented 2 months ago

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.

hazelvaq commented 2 months ago

https://github.com/posit-dev/shinylive/issues/116

hazelvaq commented 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'

hazelvaq commented 2 months ago

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.

image