Skip to content

Fix/radio aggregation row 4027 v2#5081

Open
Erica-cod wants to merge 2 commits intoVisActor:developfrom
Erica-cod:fix/radio-aggregation-row-4027-v2
Open

Fix/radio aggregation row 4027 v2#5081
Erica-cod wants to merge 2 commits intoVisActor:developfrom
Erica-cod:fix/radio-aggregation-row-4027-v2

Conversation

@Erica-cod
Copy link
Copy Markdown

@Erica-cod Erica-cod commented Mar 30, 2026

[中文版模板 / 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

close #4027

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English Aggregation rows should display plain text instead of radio/checkbox controls, as interactive controls are meaningless for aggregated data. Changed the condition from isAggregation && isSeriesNumber to isAggregation for both checkbox and radio cell types. Added demo case for verification.
🇨🇳 Chinese 判定条件isAggregation && isSeriesNumber 改成 isAggregation 避免合计行只有首列降级为文本格式情况,现在合计行所有格式都降级为纯文本框,避免单选/多选框混入,并添加demo case

☑️ 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

…r#4027

Aggregation rows should display plain text instead of radio/checkbox
controls, as interactive controls are meaningless for aggregated data.
Changed the condition from isAggregation && isSeriesNumber to
isAggregation for both checkbox and radio cell types. Added demo
case for verification.

Made-with: Cursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

1 participant