Open namrouche993 opened 3 years ago
When i use bsModal in ioslides_presentation, and I click in the actionButton, I had such of screen :
my code:
--- title: "Untitled" author: "Me" output: ioslides_presentation runtime: shiny --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = FALSE) library(shiny) library(shinyBS)
fluidPage( actionButton("tabBut", "View Table"), bsModal("modalExample", "Data Table", "tabBut", size = "large",HTML("Hello world")) )
When i use bsModal in ioslides_presentation, and I click in the actionButton, I had such of screen :
my code:
Interactive R Code