-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add info pop-ups to table variables #4
Comments
Implementation with DataTables not working - issue with tooltips not "refreshing" after reactive element state change (input$time, input$court, input$selected_language). Seems to be related to issue referred to here: rstudio/DT#492 (comment) Attempt using callback in DT options to add js function for tooltips per Bootstrap 4 tooltips and https://stackoverflow.com/a/31508033:
Add tooltips via callback JS in renderDT:
Also attempted popup solution with tooltips seen here, with same results: https://stackoverflow.com/a/71219562 No package solutions could be found atm due to their use of Bootstrap 3 components |
Find way to add hover/click pop-ups or tooltips for variable definitions
The text was updated successfully, but these errors were encountered: