We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://codesandbox.io/p/sandbox/vxe-table-3-x-vue-2-6-wen-ti-yan-shi-forked-88uvqx?file=%2Fsrc%2Fviews%2FDemo1.vue
渲染器一旦页面滚动,会重新渲染,导致页面卡顿,期待大佬的修复
只希望初始时候渲染
window10
chrome 131.0.6778.265
vue3.5.13
4.10.5
The text was updated successfully, but these errors were encountered:
复杂的组件可以抽离成单独的组件封装,不要直接使用jsx,组件并不会重复实例化,但是vue在diff等时会调用函数来做处理,但已经渲染的组件,实际不会重复渲染,如果直接使用函数组件,则函数每次都会被执行
Sorry, something went wrong.
但是如何 像 Dem 传递 参数了 一旦传递了就会发生 重复渲染重复实例化
我测试过传参数不会重渲染重新实例化
而且一个单元格内的内容改动 就会重新diff整体表格内容 卡的很
No branches or pull requests
可复现的链接(必须为公开链接,仅包含能复现问题的示例代码):
https://codesandbox.io/p/sandbox/vxe-table-3-x-vue-2-6-wen-ti-yan-shi-forked-88uvqx?file=%2Fsrc%2Fviews%2FDemo1.vue
是否已准备好复现链接与示例代码?
问题描述与截图:
渲染器一旦页面滚动,会重新渲染,导致页面卡顿,期待大佬的修复

期望的结果:
只希望初始时候渲染
操作系统:
window10
浏览器版本:
chrome 131.0.6778.265
vue 版本:
vue3.5.13
vxe-pc-ui 版本:
4.10.5
vxe-table 版本:
4.10.5
是否使用当前最新版本?
The text was updated successfully, but these errors were encountered: