diff --git a/src/app/components/table/table.ts b/src/app/components/table/table.ts index 9f871b8d433..cb7b0610d56 100644 --- a/src/app/components/table/table.ts +++ b/src/app/components/table/table.ts @@ -5244,7 +5244,7 @@ export class ColumnFilter implements AfterContentInit { * Enables currency input. * @group Props */ - @Input({ transform: booleanAttribute }) currency: boolean | undefined; + @Input() currency: string | undefined; /** * Defines the display of the currency input. * @group Props