-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
vue ant table组件加载100多条数据,导致页面上的input框输入卡顿,大家有遇到过吗 #1786
New issue
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
Comments
你好,有复现吗? |
可以复现 |
确实有性能问题,表格加载100条数据就撑不住了。(难受 |
目前用的1.4.x,设计确实有点问题,表单会导致组件重新render... |
@murongqingsi 从你的描述感觉貌似是vue的原因: |
我也遇到过类似情况,不过没有用表单,input输入卡顿。我将v-model改为使用@input来手动修改,解决了这个问题。 |
+1 table 修改的插槽input 1s卡顿,打字也明显卡顿 |
1.7.x版本,当input遇上table就有输入卡顿的问题 |
我是点击按钮打开抽屉卡顿,就算抽屉里面什么都没有,也一样。按钮和table在同一个页面,抽屉是封装的。点击按钮时,会导致table 重新render。导致卡顿。 |
想问一下,最新版本解决了卡顿的问题了吗? |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
1.7.4 已修复 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What problem does this feature solve?
vue ant table组件加载100多条数据,导致页面上的input框输入卡顿,大家有遇到过吗
What does the proposed API look like?
a-table
The text was updated successfully, but these errors were encountered: