Optional
optional: booleanOptional
optional: booleanOptional
cond: SubRowFilterOptional
opts: IMergeOptionsMerge Rows starting at the current row and iterating by step
.
Merge will continue until a row doesnt pass cond
column or columns to merge
offset to next row
Conditional test for each row.
Optional
opts: IMergeOptionsstring or array containing the matching values
Merge this row and rows above that satisfy cond
.
If cond is not specified the inverse of the active row filter will be used
Optional
cond: SubRowFilterOptional
opts: IMergeOptions
Merge this row and rows below that satisfy
cond
. mergeIf