You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love guidance; I have a gt table whose last three columns are color-coded percentage format columns. The idea is that the user would like details on the displayed percentages and so click. When they click, a detailed report is displayed on the screen. After viewing the report they can close and be back at the clickable table for the next click if desired. The detailed report is generated by a shiny module function. In my brain, Its more like, when the user clicks, the app should know what row the user clicked, get the value on that row in column 3, that value is then passed to the module to display the detailed report.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would love guidance; I have a gt table whose last three columns are color-coded percentage format columns. The idea is that the user would like details on the displayed percentages and so click. When they click, a detailed report is displayed on the screen. After viewing the report they can close and be back at the clickable table for the next click if desired. The detailed report is generated by a shiny module function. In my brain, Its more like, when the user clicks, the app should know what row the user clicked, get the value on that row in column 3, that value is then passed to the module to display the detailed report.
Thank you in advance for your guidance.
Mbaha.
Beta Was this translation helpful? Give feedback.
All reactions