-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
看起来你的使用场景是渲染 excel,建议换成 table 或者 table2 组件,然后配置 lazyRenderAfter 属性优化试试 #10937
Comments
我补充一下,这个amis schema 不仅仅是查询。本身我是需要拿crud做增删改、可能还需要加一些类型的按钮,比如按钮组等。 |
crud太老了,无法优化,你可以理解table2是crud的进阶版 |
https://aisuda.github.io/amis-editor-demo/#/edit/0 |
我尝试了一下普通的crud, lazyRenderAfter 这个参数也是有效果的。但是,如果如果把每页行数分别设置100条和1000条,然后将lazyRenderAfter=10,此时1000条每页的情况下,下拉加载明显慢得多,这个是什么原因,可以再优化一下吗? |
不考虑优化。 |
咨询一下老师,抛开lazyRenderAfter这个参数,如果直接用crud或者table2渲染100行,50列,跟直接用vue或者react直接渲染相比,这个也慢了许多。这个是什么原因,可以优化一下吗? |
@2betop 是什么原因 |
Originally posted by @CheshireJCat in #10925 (comment)
The text was updated successfully, but these errors were encountered: