Skip to contents

Adapted from https://stackoverflow.com/questions/63882483/how-to-adjust-shiny-modaldialog-width-to-a-dt-object-to-fully-show-the-table-i

Usage

modalDialog2(
  ...,
  title = NULL,
  footer = shiny::modalButton("Dismiss"),
  easyClose = FALSE,
  fade = TRUE
)

Arguments

...

currently unused.

title

modal dialog title.

footer of the modal dialog.

easyClose

If TRUE, the modal dialog can be dismissed by clicking outside the dialog box, or be pressing the Escape key.

fade

If FALSE, the modal dialog will have no fade-in animation (it will simply appear rather than fade in to view).