Skip to content
New issue

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

Table列的key支持 a.b.c 的嵌套写法 #1271

Closed
Eyanger opened this issue Sep 30, 2021 · 1 comment
Closed

Table列的key支持 a.b.c 的嵌套写法 #1271

Eyanger opened this issue Sep 30, 2021 · 1 comment
Labels
feature request New feature or request

Comments

@Eyanger
Copy link

Eyanger commented Sep 30, 2021

This function solves the problem (这个功能解决的问题)

简化嵌套key的写法,不然需要写个render函数。

Expected API (期望的 API)

可以使用嵌套的key,如:
const columns = [
{
title: '用户名',
key: 'user.name',
},
...
]

@github-actions github-actions bot added the feature request New feature or request label Sep 30, 2021
@07akioni 07akioni reopened this Sep 30, 2021
@07akioni
Copy link
Collaborator

合理,安排

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants