Skip to content

Fix/issue 3672 right frozen count#5179

Open
biubiukam wants to merge 2 commits into
VisActor:developfrom
biubiukam:fix/issue-3672-right-frozen-count
Open

Fix/issue 3672 right frozen count#5179
biubiukam wants to merge 2 commits into
VisActor:developfrom
biubiukam:fix/issue-3672-right-frozen-count

Conversation

@biubiukam

Copy link
Copy Markdown

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • TypeScript definition update
  • Bundle size optimization
  • Performance optimization
  • Enhancement feature
  • Refactoring
  • Update dependency
  • Code style optimization
  • Test Case
  • Branch merge
  • Site / documentation update
  • Demo update
  • Workflow
  • Chore
  • Release
  • Other (about what?)

🔗 Related issue link

fix #3672

💡 Background and solution

When rightFrozenColCount is decreased through the setter and the table has no bottom frozen rows, the right bottom frozen column group does not exist. dealRightFrozen still tried to move that missing group and threw before updating the count.

This change skips right bottom corner movement when the bottom frozen group is absent, while preserving the existing path when bottom frozen rows exist. A regression test covers the row series number scenario from the issue.

📝 Changelog

Language Changelog
🇺🇸 English Fix an error when decreasing rightFrozenColCount dynamically.
🇨🇳 Chinese 修复动态减小 rightFrozenColCount 时报错的问题。

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

🚀 Summary

copilot:summary

🔍 Walkthrough

copilot:walkthrough

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] 动态将 rightFrozenColCount 改小报错

1 participant