I am only getting the first page results

Describe the problem.
I am trying to get the data in the table available in this link https://rnt.turismodeportugal.pt/RNAL/ConsultaRegisto.aspx?Origem=CP&FiltroVisivel=True but I am only getting the data I want from the first page... can you tell me, please what am I doing wrong?

Sitemap:
{"_id":"alocal2","startUrl":["https://rnt.turismodeportugal.pt/RNAL/ConsultaRegisto.aspx?Origem=CP&FiltroVisivel=True"],"selectors":[{"id":"bigtable","type":"SelectorTable","parentSelectors":["_root","next"],"selector":"table.TableRecords","multiple":true,"columns":[{"header":"Registo","name":"Registo","extract":true},{"header":"Data Registo","name":"Data Registo","extract":false},{"header":"Alojamento","name":"Alojamento","extract":false},{"header":"Modalidade","name":"Modalidade","extract":false},{"header":"Nº Camas","name":"Nº Camas","extract":false},{"header":"Nº Utentes","name":"Nº Utentes","extract":false},{"header":"Localização","name":"Localização","extract":false},{"header":"Titular da Exploração","name":"Titular da Exploração","extract":false},{"header":"Contribuinte","name":"Contribuinte","extract":false},{"header":"Contactos","name":"Contactos","extract":true}],"delay":0,"tableDataRowSelector":"tbody tr","tableHeaderRowSelector":"thead tr"},{"id":"next","type":"SelectorElementClick","parentSelectors":["_root","next"],"selector":"div.TableRecords_BottomNavigation","multiple":true,"delay":"5000","clickElementSelector":"a#RichWidgets_wt109_block_wt28","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"}]}

Thanks

For this type of site, the Table selector will not work the way you want. Usually you would need to manually create scrapers for the rows and also figure out pagination.

But why not just use the "Export excel" feature on the site? It seems to output all the needed data without scraping.
2020-04-23_081521