njleonzhang / vue-data-tables

A simple, customizable and pageable table with SSR support, based on vue2 and element-ui
https://njleonzhang.github.io/vue-data-tables
MIT License
1.02k stars 221 forks source link

请问这套组件可以解决elementi-ui的表格在数据量大的时候页面卡顿的问题吗? #268

Closed cshenger closed 3 years ago

cshenger commented 3 years ago

因为业务需求,element-ui的表格在我们的项目中略有卡顿,所以我才想在github上看一看有没有类似解决办法的组件,请问这套组件可以解决elementi-ui的表格在数据量大的时候页面卡顿的问题吗?谢谢

close-issue-app[bot] commented 3 years ago

This issue is closed because it does not meet our issue template. Please read it.

njleonzhang commented 3 years ago

不分页一次性加载大量数据么?现在没有做虚拟列表处理,所以并不能直接解决