-
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: 增加自定义行头最大固定宽度的功能 #2069
feat: 增加自定义行头最大固定宽度的功能 #2069
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: -22 B (0%) Total Size: 317 kB
ℹ️ View Unchanged
|
Codecov ReportBase: 75.77% // Head: 76.24% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## next #2069 +/- ##
==========================================
+ Coverage 75.77% 76.24% +0.47%
==========================================
Files 257 262 +5
Lines 11994 11875 -119
Branches 2464 2437 -27
==========================================
- Hits 9088 9054 -34
+ Misses 1398 1346 -52
+ Partials 1508 1475 -33
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
🎉 This PR is included in version @antv/s2-v2.0.0-next.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-react-v2.0.0-next.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
✨ Feature
📝 Description
isScrollContainsRowHeader
相关方法,该方法本质上就是对isFrozenRowHeader
取反,稍显冗余frozen.rowHeader
支持类型,通过支持number
实现自定义最大固定宽度的能力🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge