shinybs

R Shiny: Present a ShinyBS Modal Popup on page visit (no user action)

只谈情不闲聊 提交于 2019-11-28 05:26:01
问题 I used bsModal successfully in my code before. However, I can't seem to get a modal pop up to show just when the user visits an app's first page by default. I thought something like this would work, but not. Any idea how I can trigger a bsModal on page visit? library(shiny) library(shinyBS) ui <- fluidPage( mainPanel( bsModal(id = 'startupModal', title = 'Dum Dum', trigger = '', size = 'large', p("here is my mumbo jumbo")), width = 12 ) ) server <- function(input, output, session) { }

R shinyBS popup window

梦想与她 提交于 2019-11-27 22:52:32
问题 I working on a project where I have to create a form in shiny. I currently have a datatable in the UI which has email in the form of hyperlink. Once the hyperlink is clicked the modal window opens where I have another UI which shows the various fields to be filled. I have a save button here that should update my DB in the backend once the button is clicked. The problem I am facing is that I am unable to reference each email to that particular modal window and my update query updates all the