Linking notification to tab in shinydashboard
问题 I'd like to link a notificattion to an (internal) tab. To do so I came accross this: How to use href in shiny notificationItem? This seems to work right after loading of the app, but after some navigation in the sidebar the link does not work anymore. ui.R library(shiny) library(shinydashboard) notification <- notificationItem(icon = icon("exclamation-triangle"), status = "danger", paste0("noti")) notification$children[[1]] <- a(href="#shiny-tab-dashboard","data-toggle"="tab", "data-value"=