How the heck do I scrape this table?!

Describe the problem.

I'm relatively new to webscraper but have had success scraping tables except for this one:

URL: Miguel Sano News

I'm trying to scrape the scrolling table in the "2021 MLB Game Log" section. Does anyone know how to do this?

Thank you so much!

@thematrix

Hello. After inspecting the code of this table, it seems that data is updated each time after a scroll down is performed and the "table" itself is based on divisions, not rows, therefore making it pretty impossible to extract the data in the manner as it is seen in the website.

scroll