I'm using editable=TRUE for a Datatable in Shiny, but I would like to edit only some specific columns of the table. I found this answer as a "workaround":
However, when I reproduce it, it stills lets the user click and edit other columns, so only if you edit the third column, then the other values return to the original ones (this will be really weird for the user).
Has someone made a solution for this?