mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
docs: 增加 lazyRenderAfter 的 faq 描述 (#8840)
This commit is contained in:
parent
03ed733c74
commit
0df8561cc4
@ -103,3 +103,7 @@ amisScoped.updateProps({
|
||||
## CRUD api 分页功能失效
|
||||
|
||||
如果 api 地址中有变量,比如 `/api/mock2/sample/${id}`,amis 就不会自动加上分页参数,需要自己加上,改成 `/api/mock2/sample/${id}?page=${page}&perPage=${perPage}`
|
||||
|
||||
## CRUD 性能较慢怎么办?
|
||||
|
||||
3.4.1 之后版本有个 `lazyRenderAfter` 配置项,默认是 100,可以改小点,延迟渲染不在屏幕中的行
|
||||
|
Loading…
Reference in New Issue
Block a user