Hierarchy

Hierarchy

  • IgrSummaryResult

Properties

defaultFormatting?: string | boolean

Apply default formatting based on the grid column type.

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

Memberof

IgxSummaryResult

key?: string
label?: string
summaryResult?: any