Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 470 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 470 Bytes

Hide a tab

This app demonstrates how shinyjs can be used to hide/show a specific tab in a tabsetPanel. In order to use this trick, the tabsetPanel must have an id. Using this id and the value of the specific tab you want to hide/show, you can call shinyjs::hide()/shinyjs::show()/shinyjs::toggle().

This example makes use of the shinyjs package to show/hide the tab.


Demo