angular icon indicating copy to clipboard operation
angular copied to clipboard

[Question] [options]="options" not working on <formio-grid>

Open Amir-MP opened this issue 3 years ago • 0 comments

hi , i used i18n to translate , i can use my option.ts that contain my translate in , but i cant use it on , <formio-grid *ngIf="auth.authenticated" [formio]="service.formio" [gridType]="'form'" [query]="{ tags: config.tag, type: 'form' }" (rowAction)="onAction($event)" (rowSelect)="onSelect($event)" [createText]="'Create form'" (createItem)="onCreateItem()" [options]="options" //this not work

,

Amir-MP avatar Mar 04 '22 18:03 Amir-MP