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
from Link
渲染 50行 * 50列的数据,时间长达 10s 量级,渲染一样的数据 formily/antd 秒加载,而且没有样式错位
渲染过程:
table header 样式异常
table 长时间白屏
table cell 样式不对
table 样式正常
table 可滚动,可交互
Performance
看了下代码,不清楚是 formily 还是 element 的问题,我感觉可能出在响应式绑定上
@formily/element@2.2.20
The text was updated successfully, but these errors were encountered:
试试react的array table,卡不卡
Sorry, something went wrong.
react antd arraytable 试过了,不卡的,渲染同等数据量,没有出现样式错误
我不知道是不是 react 分片机制的影响,performance 中及时计算量最大的时候,fps 也是正常的
可以考虑再深入深入排查一下,提个 PR 解决这个问题,因为 vue 生态都社区共建的,能提一个 PR 把这个问题解决,那对社区的帮助也是非常大的😀
好的,我看看吧,没怎么写过 vue😂
No branches or pull requests
Reproduction link
Steps to reproduce
from Link
渲染 50行 * 50列的数据,时间长达 10s 量级,渲染一样的数据 formily/antd 秒加载,而且没有样式错位
渲染过程:
table header 样式异常
table 长时间白屏
table cell 样式不对
table 样式正常
table 可滚动,可交互
Performance
What is expected?
What is actually happening?
看了下代码,不清楚是 formily 还是 element 的问题,我感觉可能出在响应式绑定上
Package
@formily/element@2.2.20
The text was updated successfully, but these errors were encountered: