igniteui-angular-wrappers icon indicating copy to clipboard operation
igniteui-angular-wrappers copied to clipboard

Feature request: Angular template inside igGrid column template

Open norikois opened this issue 4 years ago • 0 comments

Description

Feature request: Angular template inside igGrid column template.

It would be great if Angular templating can be used inside the igGrid column template. A possible code would be: columns: [ { headerText: "Button", key: "Edit", dataType: "string", width: "20%", unbound: true, template: '<button translate="common.button.edit" *ngIf="!isDeletedItem(\'${equipTypeId}\')" (click)="openEquipmentTypeEditModal(\'${equipTypeId}\')">Edit</button>' } ],

Attachments

cas34122-app1.zip

norikois avatar Jan 29 '21 01:01 norikois