Domen Dolar - 2016-04-12

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.

  1. In "FORM_JS" you must put code
  $(function() {
     initRowStatus();
   });