R Shiny: Editing DT with locked columns

前端 未结 1 1764
长情又很酷
长情又很酷 2020-12-19 23:41

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

相关标签:
1条回答
  • 2020-12-20 00:21

    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/.

    0 讨论(0)
提交回复
热议问题