AdaptableNumericFormatPreset
Named preset for a numeric Display Format.
When a Format Column's DisplayFormat is set to one of these values, AdapTable resolves it at render time to the corresponding concrete AdaptableFormat (a NumberFormatter with the appropriate options).
TypeScript
export type AdaptableNumericFormatPreset = 'Percentage' | 'Thousand' | 'Million' | 'Billion' | 'BasisPoints' | 'Dollar' | 'Sterling' | 'Euro' | 'Yen' | 'Bitcoin' | 'Integer' | 'Decimal' | 'Accounting' | 'FXRate' | 'Scientific';