I am trying to have a DT that is editable by the user but I only want certain columns to be editable. Since this isn\'t a feature yet in DT, I am t
DT
I have added this feature to the development version of DT.
remotes::install_github('rstudio/DT')
You can find an example in the Table 10 of the Shiny app at https://yihui.shinyapps.io/DT-edit/.