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
https://baidu.github.io/amis/zh-CN/components/crud#%E5%BC%80%E5%90%AF%E7%82%B9%E9%80%89
当前使用是无效的,在文档中正常,但实际放到amis编辑器中,无法开启。
你是如何使用 amis 的? sdk、npm 或其他...
sdk
npm
其他
amis 版本是什么?请先在最新 beta 版本测试问题是否存在
粘贴至amis编辑器中,https://aisuda.github.io/amis-editor-demo/#/edit/0
amis schema
{ "type": "page", "body": [ { "type": "crud", "api": "https://3xsw4ap8wah59.cfc-execute.bj.baidubce.com/api/amis-mock/mock2/sample", "syncLocation": false, "selectable": true, "headerToolbar": [ { "type": "button", "label": "按钮", "visibleOn": "${selectedItems.length}", "actionType": "toast", "toast": { "items": [ { "level": "info", "body": "${selectedItems|json}" } ] }, "id": "u:24ca7b52deb4" } ], "columns": [ { "name": "id", "label": "ID", "id": "u:e594be8f6651" }, { "name": "engine", "label": "Rendering engine", "id": "u:5470b4c67584" }, { "name": "browser", "label": "Browser", "id": "u:c394ac241e9c" }, { "name": "platform", "label": "Platform(s)", "id": "u:93e93af4feae" }, { "name": "version", "label": "Engine version", "id": "u:02a8f4a05c5e" }, { "name": "grade", "label": "CSS grade", "id": "u:51aecad17fc8" } ], "id": "u:249f7089ee5e" } ], "id": "u:6e369ffd4c1e", "asideResizor": false, "pullRefresh": { "disabled": true } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述问题:
https://baidu.github.io/amis/zh-CN/components/crud#%E5%BC%80%E5%90%AF%E7%82%B9%E9%80%89
截图或视频:
当前使用是无效的,在文档中正常,但实际放到amis编辑器中,无法开启。
如何复现(请务必完整填写下面内容):
你是如何使用 amis 的?
sdk
、npm
或其他
...amis 版本是什么?请先在最新 beta 版本测试问题是否存在
粘贴至amis编辑器中,https://aisuda.github.io/amis-editor-demo/#/edit/0
amis schema
代码:请简单描述一下复现的操作步骤...
The text was updated successfully, but these errors were encountered: