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
例如我有一个表格数据data, 格式如下。
{ username: 'zuley', group: { id: 'xxx', name: '群组' } }
此时列数据为
columns: { { title: '用户名', key: 'username' }, { title: '群组', key: 'group.name' }, }
群组 group 为下拉选择,此时编辑表单就会有问题,必须使用自定义组件的方式去实现。无法通过简单的配置模板实现编辑。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
例如我有一个表格数据data, 格式如下。
此时列数据为
群组 group 为下拉选择,此时编辑表单就会有问题,必须使用自定义组件的方式去实现。无法通过简单的配置模板实现编辑。
The text was updated successfully, but these errors were encountered: