-
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
fix: 修复在局部复制和导出场景时, 格式化函数获取不到单元格信息 close #2866 #2871
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +34 B (+0.01%) Total Size: 329 kB
ℹ️ View Unchanged
|
你好, @lijinke666 CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。 Hello, @lijinke666 CI run failed, please click the [Details] button for detailed log information and fix it. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2871 +/- ##
==========================================
+ Coverage 75.77% 80.75% +4.98%
==========================================
Files 257 180 -77
Lines 11994 10404 -1590
Branches 2464 2359 -105
==========================================
- Hits 9088 8402 -686
+ Misses 1398 555 -843
+ Partials 1508 1447 -61 ☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version @antv/s2-v2.0.0-next.27 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
🐛 Bugfix
📝 Description
复制/导出链路. formatter 调用时只传入了一个参数, 修改为根据根据 rowIndex/colIndex 获取 viewMeta, 然后传入, 和表格渲染的逻辑保持一致
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge