IgniteUI / igniteui-angular-wrappers

Ignite UI Angular component extensions by Infragistics
http://igniteui.github.io/igniteui-angular-wrappers
MIT License
148 stars 30 forks source link

Feature request: Angular template inside igGrid column template #333

Open norikois opened 3 years ago

norikois commented 3 years ago

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