标签: angular
However when there is a pagination in the next page, the count starts from 1 again. How to preserve the number across the paginations?
Currently I am using only the following
<td>{{ $index + 1 }}</td>