Scrape stock links on click more + scroll down not working

I'm having trouble scrapring this url "Aktier" and the link of the stock. There is a click more button (Vis mere") and then the elements get visible on scrolling.

When I use the following sitemap then I only get 150 records, which is not all stocks (there is 196).

What can I change to scrape all stock links from the table?

{"_id":"euroinvestor_first_north_dk","startUrl":["Aktier button","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"Show more","multiple":false,"parentSelectors":["_root"],"selector":"div.QuoteHistoryTable--expandable","type":"SelectorElementClick"},{"delay":2000,"elementLimit":500,"id":"Scroll to end","multiple":true,"parentSelectors":["Show more"],"selector":"div.table-container","type":"SelectorElementScroll"},{"id":"Aktie","linkType":"linkFromHref","multiple":true,"parentSelectors":["Show more"],"selector":"a","type":"SelectorLink"}]}