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
从6.11.0升级到6.12.0 后穿梭框数据展示不正常, 能显示已选选项,但无法显示选项列表
{ "type": "transfer", "label": "权限列表", "name": "permissions", "selectMode": "tree", "resultListModeFollowSelect": false, "id": "u:09d964011234", "source": "${API_HOST}/api/v1/options?token=${ls:token}", "resultSearchable": false, "sortable": true, "searchable": true, "statistics": false, "labelField": "label", "valueField": "value", "size": "full", "menuTpl": "${label}", "selectTitle": "", "valueTpl": "${label}" }
返回的接口数据格式
{ "status": 0, "msg": "success", "data": { "options": [ { "label": "", "value": 1 }, ... ] } }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
描述问题:
从6.11.0升级到6.12.0 后穿梭框数据展示不正常, 能显示已选选项,但无法显示选项列表
截图或视频:
如何复现(请务必完整填写下面内容):
返回的接口数据格式
返回超过100条数据后选项显示异常, 调整,virtualThreshold属性到1000后可正常显示,
The text was updated successfully, but these errors were encountered: