The `reloadDocument` can be used to skip client side routing and let the browser handle the transition normally (as if it were an <a href>). Given shiny behavior, using `reloadDocument = TRUE` allows to render correctly objects created in the server side.
NavLink(..., reloadDocument = TRUE)NavLink.shinyInput(inputId, ..., reloadDocument = TRUE)
updateNavLink.shinyInput(
session = shiny::getDefaultReactiveDomain(),
inputId,
...
)
A NavLink component.
Props to pass to element.
Boolean. Default TRUE. Let browser handle the transition normally
ID of the component.
Object passed as the `session` argument to Shiny server.