view-design / ViewUI

A high quality UI Toolkit built on Vue.js 2.0
https://www.iviewui.com/
Other
2.64k stars 799 forks source link

[Feature Request]表格虚拟滚动渲染 #195

Open jiangxiao0215 opened 4 years ago

jiangxiao0215 commented 4 years ago

What problem does this feature solve?

当数据多的时候,表格会很卡,希望能结合bigdata-table虚拟滚动渲染,bigdata-table这个没有固定右侧列, 而且不兼容IE

What does the proposed API look like?

保留原有,新增属性来控制 或者直接就有这种优化

zhongende commented 4 years ago

希望有 类似quasar framework table Virtual scrolling(https://quasar.dev/vue-components/table) 的做法,优化大数据表格 image

lbhsot commented 4 years ago

Any update on this?

Bourne115 commented 4 years ago

遇到了相同的问题。感觉iviewUi的组件在性能方面很糟心,tree组件也有很大的性能问题,我看源码很多地方都 深度去监听了 数组 每次数据有一点点改变 就会引起大量的 重复渲染,数据量大的时候 会特别卡。 希望作者能够重视一下 组件的性能问题