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",
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
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