how should I define an index variable when angular material table is used as ngFor is not used in this table.
I did search for it in the documentation but index is
Can you add index to let element; let i = index;" as you'd do with *ngFor?
index
let element; let i = index;"
*ngFor
Or like so:
Index {{i}}