CellSummaryOptions

Options to provide custom Cell Summary Operations & Display Formats

TypeScript
export interface

Properties

PropertyDescription
customCellSummaryOperationsCustom Numeric Cell Summary Operations to add to set shipped by AdapTable
numericDisplayFormatNumeric 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)