I\'m using angular material in my project and I\'m using Mat-Table to render 1000 Product/row per table.
When Change pagination (we use backend pagination) of table to 1000
I had solved this issue and i improved the performance by wrap the table in custom (grid) component and Control the changeDetection of the component to be ChangeDetectionStrategy.OnPush and when i want to render update i used ChangeDetectorRef.detectChanges()