How can increase the performance in ngx-datatable

119 Views Asked by At

I am using ngx-datatable in my angular project to diplay the data. data size is 4000+ rows and 50 column. How can i make it lightweigth becouse page perfomance is too slow. please suggest me any solution to increase the performance.

I am displaying the data in angular ngx-datatable that data size is more than 3000 rows I want to increase the performance.

1

There are 1 best solutions below

0
Stefan On

If there is any chance using virtual scrolling, that would help you out: Virtual Scrolling

As in Hyperlink mentioned: "Virtual-Scroll displays large lists of elements performantly by only rendering the items that fit on-screen"