Skip to content

Table setting fixed columns does not take effect fixed:'right' #6322

@Zlessio

Description

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

Version

3.2.14

Environment

vue

Reproduction link

Edit on CodeSandbox

Steps to reproduce

1、直接新建demo
2、 const columns = ref([
{
title: '商品名称',
dataIndex: 'name',
searchAble: true,
fixed: 'right',
}
])

What is expected?

预期可以固定到右侧

What is actually happening?

没有固定到右侧

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