-
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
feat: 圈选数据单元格如果选中了表头 复制时带上表头的数据 #1657
Comments
查看官网 带表头复制 章节 const s2Options = {
interaction: {
enableCopy: true,
+ copyWithHeader: true,
}
} |
这是一个 bug, 该PR 已修复. |
🎉 This issue has been resolved in version @antv/s2-v1.53.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version @antv/s2-react-v1.44.3-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version @antv/s2-v1.52.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version @antv/s2-react-v1.44.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🖋 Description
用户选中表格数据时,如果也选中了表头,希望表头的数据也被复制下来
🏞 What problem does this feature solve
The text was updated successfully, but these errors were encountered: