IgrColumnPipeArgs
Properties
Section titled "Properties"Optional currencyCode
Section titled "currencyCode"Inherited from: IgcFieldPipeArgs
The currency code of type string, default value undefined
currencyCode?: string Optional digitsInfo
Section titled "digitsInfo"Inherited from: IgcFieldPipeArgs
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 Optional display
Section titled "display"Inherited from: IgcFieldPipeArgs
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 Optional format
Section titled "format"Inherited from: IgcFieldPipeArgs
The date/time components that a date column will display, using predefined options or a custom format string.
format?: string Optional timezone
Section titled "timezone"Inherited from: IgcFieldPipeArgs
A timezone offset (such as '+0430'), or a standard UTC/GMT or continental US timezone abbreviation.
timezone?: string Optional weekStart
Section titled "weekStart"Inherited from: IgcFieldPipeArgs
The first week day to be displayed in calendar when filtering or editing a date column
weekStart?: number