-
Notifications
You must be signed in to change notification settings - Fork 201
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(interaction): 添加 onDataCellSelectMove 事件 #1468
Conversation
Size Change: +61 B (0%) Total Size: 246 kB
ℹ️ View Unchanged
|
Codecov Report
@@ Coverage Diff @@
## master #1468 +/- ##
==========================================
- Coverage 77.11% 76.81% -0.31%
==========================================
Files 213 215 +2
Lines 10496 10742 +246
Branches 2164 2263 +99
==========================================
+ Hits 8094 8251 +157
- Misses 1204 1253 +49
- Partials 1198 1238 +40
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
🎉 This PR is included in version @antv/s2-v1.22.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-react-v1.20.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-vue-v1.1.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-v1.22.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-react-v1.20.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-vue-v1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
* feat: 添加 selectmove 事件 * feat: 添加文档
👀 PR includes
添加 onDataCellSelectMove 事件。在 selectMove 交互(键盘上下左右选择选中格子)触发时,抛出事件。用于需要外部 UI 和 selectMove 联动的场景。