Replies: 2 comments
-
Please provide a simple example for review |
Beta Was this translation helpful? Give feedback.
0 replies
-
如果不考虑浏览器兼容,我觉得可以使用position: sticky去做性能优化,另外可以加上虚拟滚动来优化。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我的表格列比较多,50+列,而且列包含合并行还有和并列,加上带有固定列,选中非常慢,怎么办?
带上固定列,相当于渲染了两个单元格组件,我这里的单元格都是自定义的组件,怎么办?
有什么优化的建议?
Beta Was this translation helpful? Give feedback.
All reactions