I have a table with 5 rows.
Each row has an input field.
On page load the table will be populated with these inputs fields with saved data from the backend.
It will be editable for the user.
There is a save button per row so that user can save the changes per each row.
Now I want to display on action of a button all the changed and unsaved rows in this table.
I tried with isChangedByClient() method, and it returns true. But how will i reset for this for a particular row after save on that row?
Regards
BP