-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
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
Added id's to menuItems and menuSubItems #128
base: main
Are you sure you want to change the base?
Conversation
You need to fix R docs (in If you are using rstudio (i hope) + Hopefully Winston (@wch) will take a look on both PR soon. (I would like to open a third one but waiting to have the first one being merged). |
Also added id to box, valueBox, and infoBox |
This would be great to have merged into the dashboard. I am trying to add Google Analytics tracking to a shiny dashboard and it is proving incredibly difficult to do so without IDs being available. It would be great to add this to the |
Did we fixed the tabpanel id identification ? Current issue is that tabpanel has random value with no id and can't be associated with event action and hence can't logged that event click information in google analytics. |
…to test/update_20170622
@metanoid, I came across an issue with the infoBox id in your version of shinydashboard today. Running this example:
throws the following error:
The app works if we explicitly add an id as in The documentation has:
so it seems to be behaving strangely. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Colin
It seems you have id = id for the infoBox where it should be id = NULL as in the other cases which explains the recursive error
Good catch - thanks!
Thanks @Eli-Berkow , fixed - good catch! |
version bump
bump version
Any chance of this getting merged. Looks like a great addition and becomes very nessecary as you try to add any kind of functionality beyond the basic stuff |
|
Please see issue #114
I could not understand how to implement the suggestion of user @Funnng as shown
here
To this end, I tried my hand at adding id's directly to the menuItem and subMenuItem functions in the shinydashboard code.
I ran the tests, and everything seems to be working. However, I have absolutely no idea what I am doing. Do not merge this pull request until thorough testing has been done by competent persons.
Thanks.