I have a table with modifiable fields that is fed from a query to a database. The user has the possibility to modify the values, add or delete lines. I need to check if a value of that table has been modified to mark it and that the server is responsible for modifying the value.
How can I check the initial values with the current ones to manage what has been modified and what is not?