-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- 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?
被分组的列右侧没有分割线