Skip to content

Table 表头分组 被分组的列右侧缺少分割线 #7017

@Kuntey

Description

@Kuntey
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

4.0.1

Environment

Ubuntu 22.04.3 LTS、 Edge117.0.2045.35、 Vue3.3.4

Reproduction link

https://stackblitz.com/edit/vitejs-vite-akg8ay?file=src%2Fcomponents%2FHelloWorld.vue

Steps to reproduce

const columns: TableColumnsType = [
{
title: "Name",
dataIndex: "name",
key: "name",
fixed: "left",
},
{
title: "Company",
children: [
{
title: "Company Address",
dataIndex: "companyAddress",
key: "companyAddress",
},
{
title: "Company Name",
dataIndex: "companyName",
key: "companyName",
},
],
},
{
title: "Gender",
dataIndex: "gender",
key: "gender",
width: 80,
fixed: "right",
},
];

What is expected?

被分组的列右侧有分割线

What is actually happening?

被分组的列右侧没有分割线

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions