Reputation: 2763
We can select tab in a tabsetPanel
with updateTabsetPanel
, or select a page in Dashboard with updateTabItems
. However I didn't find a way to select tab by code in tabBox
.
Upvotes: 0
Views: 916
Reputation: 2763
Sorry, updateTabsetPanel
still works, I just need to use the tab title properly. For tabs we need value
or title
instead of id
to identify it.
Upvotes: 4