I am using table like structure using material flex. That is using nested *ngFor where outer for loop to create columns and inner goes as rows of each column. I have the scrolling for whole table.
What I need is virtual scrolling for better performance as O need to load thousands of data. Material virtual scrolling creates scroll for each column. But I need a single scroll.