Data scraping with Angular Material sites

I am trying to extract a data table from a website where they are using a material theme with Angular. Tags are mat-card, mat-table, mat-row, mat-cell. I am able to extract the data using Google Chrome however when I am using the same code with Firefox browser, data is not consistent.

Any help/guidance would be appreciated.