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
简化嵌套key的写法,不然需要写个render函数。
可以使用嵌套的key,如: const columns = [ { title: '用户名', key: 'user.name', }, ... ]
The text was updated successfully, but these errors were encountered:
合理,安排
Sorry, something went wrong.
ad8b6d5
No branches or pull requests
This function solves the problem (这个功能解决的问题)
简化嵌套key的写法,不然需要写个render函数。
Expected API (期望的 API)
可以使用嵌套的key,如:
const columns = [
{
title: '用户名',
key: 'user.name',
},
...
]
The text was updated successfully, but these errors were encountered: