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

建议新增树形表格,展开/收起图标指定显示在哪一列的配置 #2757

Closed
wei1034937343 opened this issue Apr 9, 2022 · 2 comments
Labels
feature request New feature or request priority: low

Comments

@wei1034937343
Copy link

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

当树形表格第一列展示自定义序号列时,展开/收起图标默认也显示在第一列,同序号列摆放在一起很不美观

Expected API (期望的 API)

类似ViewUI的树形表格,在 column 开启属性 tree,则该列会显示展开/收起图标。

如:column = [
{
title: '序号',
key: 'index'
},
{
title: 'Name',
key: 'name',
tree: true
},
{
title: 'Age',
key: 'age'
}
];

image

@github-actions github-actions bot added the feature request New feature or request label Apr 9, 2022
@07akioni
Copy link
Collaborator

07akioni commented Apr 9, 2022

会考虑

@yudan215
Copy link

建议增加可自定义文字或者图标,展开时可异步获取数据等

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 priority: low
Projects
None yet
Development

No branches or pull requests

3 participants