Skip to content

[table] 列设置 fixed:left 不生效 #3545

@selye

Description

@selye

tdesign-vue 版本

2.55.2

重现链接

No response

重现步骤

const columns = [
{ colKey: 'row-select', type: 'multiple', fixed: 'left', width: 40 },
{
title: t('姓名'),
colKey: 'userName',
fixed: 'left',
width: 180
},
.....

{
title: '操作',
width: 210,
colKey: 'operation',
fixed: 'right'
}
];
表格组件增加 列配置增加fixed:left,不生效

期望结果

No response

实际结果

No response

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions