CellSummaryOptions
Options to provide custom Cell Summary Operations & Display Formats
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| customCellSummaryOperations | Custom Numeric Cell Summary Operations to add to set shipped by AdapTable |
| numericDisplayFormat | Numeric format to use for summary value; a Format Column DisplayFormat will take precedence |
Property Details
customCellSummaryOperations
Custom Numeric Cell Summary Operations to add to set shipped by AdapTable
TypeScript
customCellSummaryOperations?: CustomCellSummaryOperation<TData>[];Property Value
CustomCellSummaryOperation<TData>[]
numericDisplayFormat
Numeric format to use for summary value; a Format Column DisplayFormat will take precedence
TypeScript
numericDisplayFormat?: NumberFormatterOptions | ((columnContext: AdaptableColumnContext) => NumberFormatterOptions);Property Value
NumberFormatterOptions| ((columnContext:AdaptableColumnContext) =>NumberFormatterOptions)