Skip to content

table自定义列 分组展现 和 未分组展现兼容 #34

@Tobin1990

Description

@Tobin1990

1、一种是未分组展现
{
"customColumns": [
"one",
"two"
]
}
2、分组展现
{
"customColumns": [
{
"groupName": "天津",
"columns": [
"one",
"two"
]
},
{
"groupName": "北京",
"columns": [
"hebei",
"tianjin"
]
}
]
}
3、分组和未分组同时存在
{
"customColumns": [
{
"groupName": "保定",
"columns": [
"one",
"two"
]
},
{
"groupName": "北京",
"columns": [
"thinkpaid",
"huawei"
]
},
"three",
"apple"
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions