Skip to content

Feature request: Angular template inside igGrid column template #333

@norikois

Description

@norikois

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions