Relative Content

Tag Archive for rcheckboxshinydatatabledt

R/shiny – Sorting Checkbox columns from Datatable

I have a datatable in which I added several checkbox columns. I want to be able to sort my columns according to the values of the checkboxes (checked or not). I tested a lot of different things and found one portion of code which seems to work, but sadly does not. That’s the solution proposed here : R/Shiny – Scrollable datatable with checkboxes and total count.