You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior
(click) do not work when ngFor is declared in ngx-datatable-column
Reproduction of the problem
<ngx-datatable-column *ngFor="let column of columns; let i = index;" [name]="column.name" [prop]="column.prop"> <ng-template let-value="value" let-row="row" ngx-datatable-cell-template> <button (click)="action(row)">click me </button> </ng-template> </ngx-datatable-column>
Please tell us about your environment:
Operating system:
mac OS Ventura 13.4 and windows 11
Table version:
ˆ20.1.0
Angular version:
16.0.5
Browser:
Chrome
Language: [all | TypeScript X.X | ES6/7 | ES5]
The text was updated successfully, but these errors were encountered:
I'm submitting a ... (check one with "x")
Current behavior
(click)
do not work when ngFor is declared inngx-datatable-column
Reproduction of the problem
<ngx-datatable-column *ngFor="let column of columns; let i = index;" [name]="column.name" [prop]="column.prop"> <ng-template let-value="value" let-row="row" ngx-datatable-cell-template> <button (click)="action(row)">click me </button> </ng-template> </ngx-datatable-column>
Please tell us about your environment:
Operating system:
mac OS Ventura 13.4 and windows 11
Table version:
ˆ20.1.0
Angular version:
16.0.5
Browser:
Chrome
Language: [all | TypeScript X.X | ES6/7 | ES5]
The text was updated successfully, but these errors were encountered: