getTableStatistics( $changesMap ) → \$statistics
Creates a 'statistics' hash that shows the result of applying changes to the EditTableData object:Merges 2 hash references.
StaticMethod createTableChangesMap( $paramString ) → \%mapParses the paramString to a hash. paramString can contain a list of key-value pairs using the structure (rowNumber_1=rowState_1,rowNumber_2=rowState_2,...), for example:
Not all rows have to be present in the param.
StaticMethod tableChangesMapToParamString( \%tableChanges ) → $paramStringIn the reverse operation to createTableChangesMap, converts a tableChanges hash to a param string.
For example, { '0' => '0', '3' => '1' } will be converted to: '0=0,3=1'
StaticMethod _getTableChangeStatistics