-
Notifications
You must be signed in to change notification settings - Fork 199
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
🐛组内排序使用sortFunc会出现错误 #2515
Labels
Comments
这个是排序场景的不足,内部会最终针对返回值进行维度拼接,但是因为是同样的值,做拼接时就有有问题,你可以自行拼接完成的维度信息:https://codesandbox.io/p/sandbox/sharp-kalam-szlrc4?file=%2Fsrc%2Findex.js%3A76%2C1 |
这样是可以的,非常感谢 |
已有解决方案 #2515 (comment), 该 issue 关闭 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🏷 Version
Sheet Type
🖋 Description
组内排序使用sortFunc,如果两个分组内部的数据相同,会按照一样的顺序排序,不会按照对应数值的大小进行排序
🔗 Reproduce Link
https://codesandbox.io/p/sandbox/interesting-ride-r3sw4q?file=%2Fsrc%2Findex.js
😊 Expected Behavior
排序顺序不对,希望各个分组能按照对应值的大小进行排序
💻 System information
The text was updated successfully, but these errors were encountered: