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

🤔 树状模式透视表的选择复制功能有提上日程吗? #1941

Closed
1 of 5 tasks
mmmml-zhao opened this issue Nov 23, 2022 · 6 comments · Fixed by #1986
Closed
1 of 5 tasks

🤔 树状模式透视表的选择复制功能有提上日程吗? #1941

mmmml-zhao opened this issue Nov 23, 2022 · 6 comments · Fixed by #1986

Comments

@mmmml-zhao
Copy link
Contributor

mmmml-zhao commented Nov 23, 2022

🏷 Version

Package Version
@antv/s2 1.34.1
@antv/s2-react 1.31.0

Sheet Type

  • PivotSheet
  • TableSheet
  • GridAnalysisSheet
  • StrategySheet
  • EditableSheet

🖋 Description

在使用树状模式透视表时,选择单元格复制,发现并没有内容,查看源码发现复制功能在树状模式透视表下没有实现,通过注释639到642行,在树状模式透视表下是可以正常复制的(测试了选择行/列/框选单元格三种复制),所以现在在树状模式透视表下复制功能是有什么隐性的bug吗?只有这一种情况不能复制,感觉很奇怪啊。
image

🔗 Reproduce Link

if (spreadsheet.isPivotMode() && spreadsheet.isHierarchyTreeType()) {

😊 Expected Behavior

树状模式透视表可以选择复制。

😅 Current Behavior

树状模式透视表选择后无法复制内容。

@mmmml-zhao mmmml-zhao added the ❔question 疑问/使用问题 label Nov 23, 2022
@lijinke666
Copy link
Member

@stone-lyl 看看是不是可以放开限制了

@stone-lyl
Copy link
Member

@stone-lyl 看看是不是可以放开限制了

这个我最近评估一下

@lijinke666
Copy link
Member

🎉 This issue has been resolved in version @antv/s2-v1.37.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lijinke666
Copy link
Member

🎉 This issue has been resolved in version @antv/s2-v1.37.0-alpha.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lijinke666
Copy link
Member

🎉 This issue has been resolved in version @antv/s2-v2.0.0-next.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants