计算字段排序失败 #534
Labels
Comments
|
我也遇到了这个问题。排序后。公式会跑偏,不会自动更新。比如是第一行,C1=sum(A1+B1); 利用luckysheet.setRangeSortMulti排序后,变为其他行例如C2,但是C2的公式还是=sum(A1+B1) |
排序之后,公式应该也要更新,C2=sum(A2+B2) 才对 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Describe the bug
报表产生计算字段后, 执行排序, 发现非计算字段数据可以按照规则排序, 但计算字段数据只按原样子显示, 排序失效.
To Reproduce
Steps to reproduce the behavior:
What is expected?
计算字段可以与非计算字段一样实现排序功能
Screenshots or demo
Environment
luckysheet v2.1.13
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: