Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
library(shiny) ui <- navbarPage("App Title", tabPanel("Plot"), navbarMenu("More", tabPanel("Summary"), tabPanel("Table"), navbarMenu("Still more", tabPanel("Foo") ) ) ) shinyApp(ui=ui, server=function(input, output) {})
The text was updated successfully, but these errors were encountered:
I don't recall the details exactly, but I recall wanting to implement this and discovering that it would be very complicated/expensive (maybe due to nested latching states?). I hope I'm wrong of course, but this might be a tough one to bite off.
Sorry, something went wrong.
Ref: https://groups.google.com/forum/#!topic/shiny-discuss/nBGz4jk4dvU
+1, any chance this is included shortly?
No branches or pull requests
The text was updated successfully, but these errors were encountered: