create_modal: Allows for the creation of modals in the server side without being tied to a specific HTML element.
Description
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()
)
Arguments
ui_modal
HTML containing the modal.
show
If the modal should only be created or open when called (open by default).