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
后台如果返回
addonBefore: ( < Icon type = "user" / > ),
test.querySchema.js or
// 扩展接口, 决定了这一列渲染成什么样子 render: (text, record) => text,
test.dataSchema.js 这两个类型的数据, 我测试后发现失败。
The text was updated successfully, but these errors were encountered:
是的。这确实是个问题。。 后端返回的json其实是个字符串,但前端这里要求的配置是React元素/函数,暂时还没想好怎么解决
Sorry, something went wrong.
可否用 webpack 的 Dynamic import
No branches or pull requests
后台如果返回
test.querySchema.js
or
test.dataSchema.js
这两个类型的数据, 我测试后发现失败。
The text was updated successfully, but these errors were encountered: