By default all rows of database blocks are changed eather if the value was changed or not. If you would like to change only rows where value was changed you can use javascript function.
In "FORM_JS" you must put code
$(function() {
initRowStatus();
});
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
By default all rows of database blocks are changed eather if the value was changed or not. If you would like to change only rows where value was changed you can use javascript function.