How to numerate Listview Item

I have a listview and this will show the top items, I want to numerate each item, initial I use the index to numerate the items but in the second page the $index return to 0.

How can I numerate a Listview item?

I want this works like this:

Page 1:

1º - Name

2º - Name

3º - Name

Page 2:

4º - Name

5º - Name

Any tip?