So I have a shiny platform with a sidebar, menuitems. GOAL Without refreshing the whole page, I want to be able to refresh on one specific tab. PROBLEM So far I found how to refresh the whole page, but I just need to refresh one tab.
Tried this one jscode <- "shinyjs.refresh = function() { location.reload() }" also with history(0), but it refresh the whole page.