feat(ListView): 添加分组排序回调 #3683
Answered
by
ArgoZhang
densen2014
asked this question in
Q&A
-
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.使用分组后没有采用排序属性 Describe the solution you'd like需要添加一个自定义排序 Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Answered by
ArgoZhang
Jun 19, 2024
Replies: 4 comments 1 reply
-
@densen2014 Thank you for contacting us. We will give feedback later. |
Beta Was this translation helpful? Give feedback.
0 replies
-
例子 版本2 执行结果 生产数据 |
Beta Was this translation helpful? Give feedback.
1 reply
-
给老张头点赞 |
Beta Was this translation helpful? Give feedback.
0 replies
-
tips: 最终采用重写排序方法搞定, 因为区域排序不同导致中英文排序跟预想不符
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
定义分组类
定义分组回调参数
GroupName="p => new ProductGroupKey() { PrintGroup = p.PrintGroup, Category = p.Category }"