IGridMergeStrategy
Merge strategy interface.
Properties
Section titled "Properties"comparer
Section titled "comparer"Function that compares values for merging. Returns true if same, false if different.
comparer: object Defined in projects/igniteui-angular/core/src/data-operations/merge-strategy.ts:41
merge
Section titled "merge"Function that processes merging of the whole data per merged field. Returns collection where object has reference to the original record and map of the cell merge metadata per field.
merge: object Defined in projects/igniteui-angular/core/src/data-operations/merge-strategy.ts:20