Pagination runs but no data scraped

Describe the problem.

Url:https://www.adtoi.in/member-list.php

I can see the pagination working but the link is not fetching any data

Sitemap:
{"_id":"adtoi","startUrl":["https://www.adtoi.in/member-list.php"],"selectors":[{"id":"agency","type":"SelectorLink","parentSelectors":["pagination"],"selector":"td.sorting_1 a","multiple":true,"delay":0},{"id":"pop-up-details","type":"SelectorPopupLink","parentSelectors":["agency"],"selector":"div.card li:nth-of-type(3) a","multiple":true,"delay":0},{"id":"details","type":"SelectorText","parentSelectors":["agency"],"selector":"div.tab-pane.active","multiple":true,"regex":"","delay":0},{"id":"pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"td.sorting_1 a","multiple":true,"delay":0,"clickElementSelector":"a.paginate_button","clickType":"clickOnce","discardInitialElements":true,"clickElementUniquenessType":"uniqueText"}]}

agenda:

go to each page of table
go to each link on each page of table
go to brief details tab and
extract data

Problem: Pagination is working but no data gets extracted when we try to extract with pagination. without pagination, first page data gets extracted just fine.

There is a bunch wrong here

See if you can spot the changes and let me know if this gets you what you'd like

{"_id":"adtoi","startUrl":["https://www.adtoi.in/member-list.php"],"selectors":[{"id":"agency","type":"SelectorLink","parentSelectors":["pagination"],"selector":"a","multiple":false,"delay":0},{"id":"pop-up-details","type":"SelectorElementClick","parentSelectors":["agency"],"selector":"div.col-lg-8 div.col-lg-12","multiple":false,"delay":0,"clickElementSelector":"div.card li:nth-of-type(3) a","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"details","type":"SelectorText","parentSelectors":["pop-up-details"],"selector":"div.tab-pane.active","multiple":true,"regex":"","delay":0},{"id":"pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"tbody tr","multiple":true,"delay":"2000","clickElementSelector":"a.paginate_button:last","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueCSSSelector"}]}