When the data volume of table components in elementUI reaches 500, it will cause page stutters. Is there any good solution?

Development uses a lot of functions of table components, and if it takes a long time to write natively, the code will change a lot, so it"s not a good solution, is there any elementUI-based solution?


do you not paginate? you don't have to take out too much data each time, and the page will be rendered quickly. If you have to take out the page at once, or return the page to


you can use setTimeout to handle the part of the front-end display of a large amount of data?


paging processing component doesn't care about this.


I have the same needs and problems

Menu