Skip to content

[Bug Report] element的arrayTable,的Column添加sortable属性, 不起作用 #4266

@wweggplant

Description

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

Reproduction link

Edit on CodeSandbox

Steps to reproduce

"x-component": "ArrayTable.Column",
                "x-component-props": {
                  width: 80,
                  title: "Index",
                  align: "center",
                  sortable: true,
                }

添加sortable,发现列组件上排序按钮不起作用.

What is expected?

期望可以正常排序

What is actually happening?

没有反应

Package

@formily/element@2.3.2


目前排查下来和RecursionField的使用有关. 我自己写的组件不使用RecursionField, 这个功能是正常的

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions