Posted 20 August 2019, 7:54 am EST
Hi
i have added button to my wijmo grid in html using below code
<wj-flex-grid-column [header]="'Delete Row'" align="center" [width]="120" [isReadOnly]="true">
<ng-template wjFlexGridCellTemplate [cellType]="'Cell'" let-cell="cell" let-row="row">
<button (onClick)="delRow(grid, row)">Delete Row</button>
</ng-template>
</wj-flex-grid-column>
i want to add similar code though my ts file i.e component.ts