Category "shinyjs"

How to disable tabpanel in the app deployed on shinyapps.io?

I have a problem disabling tabpanel in my shiny app. To do so, I tried the following code: library(shiny) library(shinyjs) ui <- navbarPage("Hello",

Editable Table functionality in R-Mobile Shiny

I see that datatable works well with Shiny web to have editable cells or rows/columns. They are caught using cell_edit events. But I cant find a similar thing f

How to disable all Shiny UI elements, including a downloadButton

This answer explains how can one disable/enable all UI elements in a Shiny app. Among the two solutions given, the one I am interested in uses the shinyjs packa