baidu / amis

前端低代码框架,通过 JSON 配置就能生成各种页面。
https://baidu.github.io/amis/
Apache License 2.0
17.38k stars 2.52k forks source link

CRUD在不设置filter的情况下,能否设置成不要初始拉取数据 #10819

Open doraemon424 opened 3 months ago

doraemon424 commented 3 months ago

如果可以的话,应该怎样设

2betop commented 3 months ago

是不是依赖什么参数,可以考虑给 api 加个 sendOn 表达式,数据 ready 时再加载

doraemon424 commented 2 months ago

是不是依赖什么参数,可以考虑给 api 加个 sendOn 表达式,数据 ready 时再加载

如果想点击某个按钮触发调api,有方法能设置吗?