I am trying to dynamically switch the active tabPanel in the tabsetPanel when the value of selectInput changes. How would I be able to achieve this?
            Asked
            
        
        
            Active
            
        
            Viewed 2,298 times
        
    1 Answers
7
            Something like this ought to work:
observe({
  updateTabsetPanel(session, "tabsetId", selected = input$selectInputId)
})
 
    
    
        Joe Cheng
        
- 8,001
- 42
- 37
