Set back format row after saving (Table inline editing)

Hello,

When a user edit a row in the editable table, it sets the row in a editable state. After the user pushes save the data is stored in the database. But the line is still in the editable mode. How can I set this back to the normal mode after saving the changes?

@Eddie if you fetch the new data from the backend after you run your update query, it should refresh the table with the new data and remove the editable state