Pagination problems with Html element

Hello I have a question.
I want to scrape data from a website. However, I cannot get rid of it with pagination on this specific page.

Can someone tell me what action I need to take with regard to this specific (html?) Element? Thanks in advance!

P.S: the site has a member-wall, so i,ve added a picture:

Code of the element:

a href="javascript:void(0);" rv-on-click="pv.action" data-action="SET_PAGINATION" rv-data-page="paginate" class="fo eo as-block" rv-class-cb-light="paginate | eq pv.pvPaginationStore.pagination.current" rv-text="paginate" data-page="3">3</a

Anyone? It would help me a lot!

You should refer to:
Web Scraper pagination tutorial


It is probably the third type, "page loads data dynamically from the server" which is around 3:59