Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task
wweggplant opened this issue Jan 24, 2025 · 0 comments
Open
1 task

Comments

@wweggplant
Copy link
Contributor

wweggplant commented Jan 24, 2025

  • 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, 这个功能是正常的

@wweggplant wweggplant changed the title [Bug Report] element的arrayTable,的Column添加sortable字段, 不起作用 [Bug Report] element的arrayTable,的Column添加sortable属性, 不起作用 Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant