R Shiny DT - edit values in table with reactive

前端 未结 2 1148
猫巷女王i
猫巷女王i 2020-12-06 06:57

Is it possible to update a reactive data source by editing the DT::DataTable? Below code is based on this code with change that x is made reactive. The problem starts when

2条回答
  •  自闭症患者
    2020-12-06 07:14

    If you don't show the row names in your DT then you should add 1 to info$col to get the correct column i.e., j = info$col + 1.

提交回复
热议问题