WayneGitShell / GWSDAT

GroundWater Spatiotemporal Data Analysis Tool (GWSDAT) R-Shiny implementation.
https://stats-glasgow.shinyapps.io/GWSDAT
31 stars 7 forks source link

renderUI() for Analysis page does not redraw after changing csite. #133

Closed andrejadd closed 7 years ago

andrejadd commented 7 years ago

Make output$rndAnalyse trigger when I click the second time on one of the data set boxes inside the Analysis tab.

andrejadd commented 7 years ago

fixed this by just increasing the dataLoaded() reactiveVal. This way renderUI will see that something changed.