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
If someone using , then index can be interpreted as below
{{paginator.pageSize * paginator.pageIndex + i + 1}}