IgxSummaryResult

Optional defaultFormatting

Section titled "defaultFormatting"

Apply default formatting based on the grid column type.

const result: IgxSummaryResult = {
  key: 'key',
  label: 'label',
  defaultFormatting: true
}
defaultFormatting?: boolean

Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:460