Merges the given rows values to the given result row using one merge strategy for each column of the table.
The number of columns must be equal to the number of merge strategies provided
No parameters can be null except selectedRow (first row will be used in case selectedRow is null)
If any strategy is null, the value of the selectedRow will be used
@param table Table of the rows @param mergeStrategies Strategies for each column of the table @param rows Rows to merge (at least 1) @param selectedRow Main selected row or null (first row will be used in case selectedRow is null) @param resultRow Already existing row to put the values on
|
|