python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to change names inside filter for booleans in datatable in shiny?
I have a datatable in Shiny where I use the filter option. When I want to filter a boolean column, I can choose true and false. I would like to rename these values. So instead of true and false, it sh...
Fire Salamander
Votes: 0
Answers: 1
Add dropdown list to every column in a DT table where the values from the dropdown lists are fetched from another dataframe
Based on the very useful reproductive example found here, I have added a dropdown list to every columns of my DT table.
However I'm looking for a way to populate those dropdown lists with values from ...

wanderzen
Votes: 0
Answers: 1
R Shiny DT callback to update column filters not working as expected with multiple tables
I've been working on a callback function for an R Shiny datatable from the DT package. The expected functionality is that when you use the column filters to change what rows are present in the table, ...
David Blair
Votes: 0
Answers: 1
dataTableProxy to data.frame error in R Shiny
I have created a demo app that allows the user to edit an existing df and then download the updated table as a .csv. The app runs almost fine, as when I click the download button, I get the following ...

Ed_Gravy
Votes: 0
Answers: 2