dreamRs / datamods

Shiny modules to import and manipulate data into an application or addin
https://dreamrs.github.io/datamods/
GNU General Public License v3.0
138 stars 35 forks source link

Add row is not working #97

Closed konstantinVolkmann closed 6 months ago

konstantinVolkmann commented 7 months ago

In the edit_data_server() function, when trying to add a new row using the "add a new row" button, the popup says "the row wasnt added to the data". This also happens when running your examples without any modifications. The confusing part is that the new row does appear in the table, but it cannot be modified (throws the message: Warning: Error in .checkTypos: Object '.datamods_id' not found amongst). Any idea?

pvictor commented 7 months ago

Thanks for reporting this. I've fixed the problem with the message when adding a new row. But I didn't get any trouble modifying the added row, I will investigate further.