Edit data table in r shiny and save the data table to the original dataframe

I need the logic for editing the data table in shiny, update the values and save the file to the original dataframe
Could anyone help me here

One option would be to use rhandsontable.

This link provides the complete shiny code.

Is it possible to build it using DT package?

This link suggests it does - I have never personally used it though. Also have a look at this Github issue. @yihui provides a solution on Mar 15, 2017.

Thank you so much radmuzom :smile:. will check and let you know

I used editable DataTables from the DT package to update data frames as reactive values in a hobby project (code). Check out lines 37-108 in the server.R file.

1 Like

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.