Interface IgxSummaryResult

プロパティ

defaultFormatting?: boolean

グリッド列タイプに基づいてデフォルト書式設定を適用します。

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

次のメンバー

IgxSummaryResult

key: string
label: string
summaryResult: any