Hi Goyo,
thx.
I went through that page multiple times,
but I cannot see the topic/information,
how the data got written back to DB.
I only see, how it is handled in the dataframe/data_editor.
And I can follow the example how to see the edited_data.
So far so good…
But then I am missing a Submit button which will write back the data to DB
and maybe refreshes the data in the Pandas df…
I am looking for the information how to implement that.
There is no magic that writes the changes to the database. Just as you have to write code that reads the data from the DB, you also have to write code that writes the changes back to it. The details on how to do that will vary depending on the specifics of your database.
Hi Goyo,
thx again…
I think I am spoiled because of the usage of JMIX where I got all of that generated,
so that I only have to take care of the business logic and not of the standard stuff.