-
Notifications
You must be signed in to change notification settings - Fork 197
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: 明细表新增空数据占位符能力 #2729
feat: 明细表新增空数据占位符能力 #2729
Conversation
BREAKING CHANGE: s2Options.placeholder 配置更改为 cell 和 empty
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
你好, @lijinke666 CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。 Hello, @lijinke666 CI run failed, please click the [Details] button for detailed log information and fix it. |
Size Change: +880 B (+0.28%) Total Size: 321 kB
ℹ️ View Unchanged
|
@@ -1029,9 +1031,9 @@ export abstract class BaseFacet { | |||
|
|||
return { | |||
maxX: (isContentMode ? maxX : width) - this.scrollBarSize, | |||
maxY: isContentMode ? maxY : height - this.scrollBarSize, | |||
maxY: (isContentMode ? maxY : height) - this.scrollBarSize, |
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.
🎉 This PR is included in version @antv/s2-v2.0.0-next.21 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-react-v2.0.0-next.20 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
✨ Feature
📝 Description
TODO:
BREAKING CHANGE: s2Options.placeholder 配置更改为 cell 和 empty
🖼️ Screenshot
🔗 Related issue link
close #1946
🔍 Self-Check before the merge