I am continuously facing slowness in rendering 600+ rows having 25 columns in angular material table. Its taking approx. 1 minute to render the records. The Large Data Set Observable Passed Down From Parent Component to Material Table Component. There are several filters applied on columns
The data was loading in less than 200ms, but then the page would take, on average, 1 minute to render. I don't want pagination and wanted to show all 600+ records.
I am using Angular Material v13 & flex layout.
I tried every possible solutions as: Angular 6 MatTable Performance in 1000 rows Angular Material Datatable loads slow
Any quick help will be appreciated!!