Skip to content

Latest commit

 

History

History
 
 

hide-tab

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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