Interface IgxSummaryResult

Properties

defaultFormatting?: 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