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: how to make a reactive input for a conditional filter in this case?
Recently I was changing the options of a DT::datatable and because I had to use formatCurrency, I was taking the datatable function outside of renderDataTable. In this case my dynamic filter by the Al...
Leonhard Geisler
Votes: 0
Answers: 1
How to retain DT Options when updating data
I have a very simple shiny app, and I want to keep autoWidth = TRUE after I hit the update button. For some reason, I get a full page-width DT after updating. What am I missing?
library(tidyverse)
lib...
dyrland
Votes: 0
Answers: 1
R Shiny dataTableOutput - prevent column from showing full text column
I have code to present a table in my R Shiny application. There is a character column where the value within a given cell can be a large number of characters. I use the following code to create the ta...
AyeTown
Votes: 0
Answers: 2
Problem capturing edited data table output in modularized shiny app
I have a shiny app that utilizes a data table with drop down menus to control the updates of select columns. When I modularize the shiny app, I am no longer able to capture the results of the updated ...
stomper
Votes: 0
Answers: 1