Allows for the creation of modals in the server side without being tied to a specific HTML element.
Source:R/modal.R
create_modal.Rd
Allows for the creation of modals in the server side without being tied to a specific HTML element.
Usage
create_modal(
ui_modal,
show = TRUE,
session = shiny::getDefaultReactiveDomain()
)
showModal(ui, session = shiny::getDefaultReactiveDomain())