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

Abnormal sorting of database relation fields #10835

Closed
TCOTC opened this issue Apr 2, 2024 · 1 comment
Closed

Abnormal sorting of database relation fields #10835

TCOTC opened this issue Apr 2, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@TCOTC
Copy link
Contributor

TCOTC commented Apr 2, 2024

关联列支持自定义排序

In what scenarios do you need this feature?

测试用文档.sy.zip

目前的排序有点问题:

image

Describe the optimal solution

希望可以像多选列一样给已经关联的排序

多选列的排序:

image

目前的关联列没有排序:

image

Describe the candidate solution

No response

Other information

No response

@88250
Copy link
Member

88250 commented Apr 3, 2024

关联值目前是按 string 排序的,因为主键内容是文本的,但如果能转换 number 就按数字排序。

上面的数据排序异常是因为判断是否是编辑过的数据的时候有问题,我们先解决这个 bug。

@88250 88250 self-assigned this Apr 3, 2024
@88250 88250 added the Bug label Apr 3, 2024
@88250 88250 added this to the 3.0.7 milestone Apr 3, 2024
@88250 88250 changed the title 关联列支持自定义排序 Abnormal sorting of database relation fields Apr 3, 2024
@88250 88250 closed this as completed Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants