-
Notifications
You must be signed in to change notification settings - Fork 197
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
🤔 rowCell和colCell中对数据String()处理后导致拿不到原始值 #2766
Comments
麻烦 @wjgogogo 看看 |
@lijinke666 请问下这个问题有计划修复吗,在使用的时候我也有这个获取colCell原始值的需求 |
近期看一下, 有一定改造成本, 如可行会在 2.x 中支持 |
你好 @liqiuqiui,感谢你的建议, 我们会及时评估和排期, 谢谢! Hello, @liqiuqiui, thanks for your advice. We will evaluate and schedule in time. Thank you! |
这个属于能力增强了, 不是 |
目前就是对维度定义了一些格式化函数,然后这个函数里面包含了对维度为null值的一些处理,目前就是导出成的时候我需要将维度的null经过格式化处理之后的结果导出。 |
明白了, 这个请另外提个 issue (带上复现 demo), 你的场景和该 issue 没关系, 不要混在一起了. 看起来你配置了 |
谢谢,我重新提了一个issue 来说明这个问题https://github.com/antvis/S2/issues/2808 |
🏷 Version
Sheet Type
🖋 Description
rowCell和colCell中对数据String()处理后导致拿不到null的原始值,是否考虑增加originLabel和originValue的方式保留未经处理的原始值,以供开发者自行处理一些特殊的情况?
具体代码就是这一行 https://github.com/antvis/S2/blob/master/packages/s2-core/src/utils/dataset/pivot-data-set.ts#L66
🔗 Reproduce Link
😊 Expected Behavior
😅 Current Behavior
The text was updated successfully, but these errors were encountered: