Can't get site to scroll down

I am trying to extract data from a database and only 16 lines of data are being returned. I have tried to use the "element scroll" to fix the issue but couldn't figure it out. I need it to return around 40 lines of data.

Any help would be appreciated.

Url: http://example.com (login needed)

Sitemap:
{"_id":"Pickups","startUrl":["https://t1tan.transportationone.com/load/loadboard"],"selectors":[{"id":"Load Number","multiple":true,"parentSelectors":["_root"],"regex":"","selector":"span span a","type":"SelectorText"},{"id":"State","multiple":true,"parentSelectors":["_root"],"regex":"","selector":"div.ag-cell-value[aria-colindex='6']","type":"SelectorText"},{"id":"PU Appt","multiple":true,"parentSelectors":["_root"],"regex":"","selector":"[aria-colindex='9'] div.text-primary","type":"SelectorText"},{"id":"Rep","multiple":true,"parentSelectors":["_root"],"regex":"","selector":"[aria-colindex='14'] a","type":"SelectorText"}]}

Hi, sorry but I cannot comment without being able to inspect the html.