-
Notifications
You must be signed in to change notification settings - Fork 205
fix: 明细表自定义列头prefix重复展示异常 #3142
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
Conversation
你好 @Alexzjt,非常感谢你的贡献. Hello, @Alexzjt, Thanks for your contribution. In order to make the code more robust, please add the corresponding unit tests, and update the docs if there are API changes. |
Walkthrough此PR修复了明细表中自定义列头prefix重复展示的问题。通过调整列头的采样逻辑,确保在存在重复prefix的情况下,列头能够正确展示。此外,添加了相关的测试用例以验证修复效果。 Changes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #3142 +/- ##
==========================================
+ Coverage 75.77% 79.89% +4.12%
==========================================
Files 257 217 -40
Lines 11994 11891 -103
Branches 2464 2660 +196
==========================================
+ Hits 9088 9500 +412
+ Misses 1398 790 -608
- Partials 1508 1601 +93 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Size Change: +26 B (0%) Total Size: 625 kB
ℹ️ View Unchanged
|
🎉 This PR is included in version @antv/s2-v2.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
✨ Feature
🎨 Enhance
🐛 Bugfix
🔧 Chore
📝 Description
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge