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
当树形表格第一列展示自定义序号列时,展开/收起图标默认也显示在第一列,同序号列摆放在一起很不美观
类似ViewUI的树形表格,在 column 开启属性 tree,则该列会显示展开/收起图标。
如:column = [ { title: '序号', key: 'index' }, { title: 'Name', key: 'name', tree: true }, { title: 'Age', key: 'age' } ];
The text was updated successfully, but these errors were encountered:
会考虑
Sorry, something went wrong.
建议增加可自定义文字或者图标,展开时可异步获取数据等
fb40871
No branches or pull requests
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'
}
];
The text was updated successfully, but these errors were encountered: