Skip to content
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: 增强行列冻结能力 #2706

Open
wants to merge 46 commits into
base: next
Choose a base branch
from
Open

feat: 增强行列冻结能力 #2706

wants to merge 46 commits into from

Conversation

wjgogogo
Copy link
Contributor

@wjgogogo wjgogogo commented May 9, 2024

👀 PR includes

✨ Feature

行头冻结

2024-05-14 14 15 36
2024-05-14 15 08 25

列头冻结

2024-05-27 21 00 09
2024-05-27 21 00 30

🎨 Enhance

  • Code style optimization
  • Refactoring
  • Change the UI
  • Improve the performance
  • Type optimization

🐛 Bugfix

  • Solve the issue and close #0

🔧 Chore

  • Test case
  • Docs / demos update
  • CI / workflow
  • Release version
  • Other ()

📝 Description

🖼️ Screenshot

Before After

🔗 Related issue link

🔍 Self-Check before the merge

  • Add or update relevant docs.
  • Add or update relevant demos.
  • Add or update test case.
  • Add or update relevant TypeScript definitions.

Copy link

vercel bot commented May 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
antvis-s2 ❌ Failed (Inspect) May 28, 2024 11:37am

@github-actions github-actions bot added the next 2.0-next 版本的问题 label May 9, 2024
@github-actions github-actions bot added the pr(feature) new feature label May 9, 2024
Copy link
Contributor

github-actions bot commented May 9, 2024

Size Change: -846 B (-0.26%)

Total Size: 323 kB

Filename Size Change
./packages/s2-core/dist/index.min.js 227 kB -846 B (-0.37%)
ℹ️ View Unchanged
Filename Size
./packages/s2-core/dist/style.min.css 402 B
./packages/s2-react/dist/index.min.js 69.4 kB
./packages/s2-react/dist/style.min.css 3.92 kB
./packages/s2-vue/dist/index.min.js 21 kB
./packages/s2-vue/dist/style.min.css 1.99 kB

compressed-size-action

Copy link
Contributor

github-actions bot commented May 9, 2024

你好, @wjgogogo CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。

Hello, @wjgogogo CI run failed, please click the [Details] button for detailed log information and fix it.

@github-actions github-actions bot added the 🚨 lint failed 静态检查失败 label May 11, 2024
@lijinke666
Copy link
Member

lijinke666 commented May 24, 2024

行头冻结以 叶子节点为准, 多级列头冻结时, 以 root 节点为准, 需要保证行为一致 (迁移文档说明变更)

@lijinke666
Copy link
Member

序号列也需要冻结 (不含自定义序号单元格场景)

@github-actions github-actions bot added the 🚨 lint failed 静态检查失败 label May 28, 2024
@github-actions github-actions bot added 🚨 test failed 单元测试挂了 and removed 🚨 test failed 单元测试挂了 labels May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment