Disable a tabitem after clicking button in Shinydashboard

Hi All,

I am building a shiny app using shinydashboard. I need to disable a particular tabitem after user click a button.
I am able to disable any box or any object in that tabitem using shinyjs(). I want like that so user can not click on the tabitem.
I tried with hidetab but I think that is for navbarpage().

Please help on this.