IColumnPipeArgs
Properties
Section titled "Properties"Optional currencyCode
Section titled "currencyCode"Inherited from: IFieldPipeArgs
The currency code of type string, default value undefined
currencyCode?: string Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:29
Optional digitsInfo
Section titled "digitsInfo"Inherited from: IFieldPipeArgs
Decimal representation options, specified by a string in the following format:
{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}.
minIntegerDigits: The minimum number of integer digits before the decimal point. Default is 1.
minFractionDigits: The minimum number of digits after the decimal point. Default is 0.
maxFractionDigits: The maximum number of digits after the decimal point. Default is 3.
digitsInfo?: string Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:27
Optional display
Section titled "display"Inherited from: IFieldPipeArgs
Allow us to display currency 'symbol' or 'code' or 'symbol-narrow' or our own string. The value is of type string. By default is set to 'symbol'
display?: string Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:34
Optional format
Section titled "format"Inherited from: IFieldPipeArgs
The date/time components that a date column will display, using predefined options or a custom format string.
format?: string Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:17
Optional timezone
Section titled "timezone"Inherited from: IFieldPipeArgs
A timezone offset (such as '+0430'), or a standard UTC/GMT or continental US timezone abbreviation.
timezone?: string Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:19
Optional weekStart
Section titled "weekStart"Inherited from: IFieldPipeArgs
The first week day to be displayed in calendar when filtering or editing a date column
weekStart?: number Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:37