DillonHammill / DataEditR

An Interactive R Package for Viewing, Entering Filtering and Editing Data
https://dillonhammill.github.io/DataEditR/
381 stars 40 forks source link

Data Not Saving #45

Closed dcmg21 closed 2 years ago

dcmg21 commented 2 years ago

When trying to save edits to a new dataframe nothing saves. Are you supposed to just hit done?

DillonHammill commented 2 years ago

@dcmg21 you need to hit the sync button before saving in order to keep your changes.

dcmg21 commented 2 years ago

@DillonHammill and when clicking Done that will save the changes?

DillonHammill commented 2 years ago

Yes, hitting done simply returns the edited copy of the data. If you don't hit sync it will return the original copy of the data. This is only temporary, in future updates the sync button will be removed.