How to switch between menu(Sub)Items using actionButtons within a modular golem framework? #691
-
Hi, I am building a golem app and would like to implement buttons to directly switch between different menu(Sub)Items (instead of using the sidebarMenu. I managed to do so in a non-modular framework:
However, I have so far not been successful in implementing it in a modular golem framework. So my question would be whether switching between menu(Sub)Items is possible in a modular golem framework, and if yes, whether anybody (@ColinFay) could provide or hint at an example? My guess would be to also define my
but I am not sure whether this is the way to go. Many thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In the meantime, I have found a solution on my own. |
Beta Was this translation helpful? Give feedback.
In the meantime, I have found a solution on my own.
For those interested, here are two helpful links:
https://stackoverflow.com/questions/51039055/call-updatetabitems-from-inside-shiny-module
https://stackoverflow.com/questions/51708815/accessing-parent-namespace-inside-a-shiny-module