The performance of the table component is poor after using the fixed attribute
Open
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
column使用fixed属性以后,会将每一行都多渲染一份,当fixed使用了right和left以后,渲染的dom节点是实际需要的三倍,造成table组件性能差。
ps:业内其它组件库都是只取需要fixed的元素多选人一份,height和width动态计算。
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.