python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Shiny: Update a reactive value with textInput() in modalDialog()
I Want to update a Value based on a textInput() within an modalDialog(). I found this answer which does work, but it uses reactiveValues() which creates problems in my case further down in my code.
Is...
fschier
Votes: 0
Answers: 1
How to reactively format data table columns?
In the simplified functioning code at the bottom, in the colDefs = list() section of datatable() under renderDT(), in server section, I manually center-align the two right-most column outputs of the t...
Curious Jorge - user9788072
Votes: 0
Answers: 1
Reactivity conundrum in shiny; dynamically translating text going into selectInput()
I am working on a multilingual shiny app using the shiny.i18n package to translate different parts of the UI. It works really well until I tried to dynamically translate the text inside a specific sel...
Jorge Ahumada
Votes: 0
Answers: 1
Delay/avoid duplication of shiny server side functions until after credentials
I have put together a secure app to be hosted on shinyapps.io and everything works as desired except for my reactive server functions begin to run while waiting for credentials to be entered, and then...
BEVAN
Votes: 0
Answers: 1