datasketch / shinypanels

Collapsible panels layout for r shiny apps
Other
80 stars 10 forks source link

whole_window parameter added to modal function #93

Closed brazadas closed 4 years ago

brazadas commented 4 years ago

before the modal was rendered within it's closest block container, now, depending on the value of this parameter (TRUE or FALSE) modal can be rendered withing it's closest block container or within the whole window --- in progress (david is going to see if there is a css solution)