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

next版本 明细表冻结列之后,无法合并冻结列的单元格 #2543

Open
1 of 5 tasks
happypayne opened this issue Feb 5, 2024 · 1 comment
Open
1 of 5 tasks
Labels
⚡ enhancement 功能增强 💤 inactive 不活跃的 Issue 或 PR, 30天没有回复 next 2.0-next 版本的问题 ❔question 疑问/使用问题

Comments

@happypayne
Copy link

Package Version
@antv/s2 next
@antv/s2-react
@antv/s2-vue

Sheet Type

  • PivotSheet
  • TableSheet
  • GridAnalysisSheet
  • StrategySheet
  • EditableSheet

🖋 Description

明细表冻结列之后,无法合并冻结列中的单元格。

🔗 Reproduce Link

使用官网的demo,即可复现
https://s2.antv.antgroup.com/examples/layout/custom-header-group/#custom-table-col-header

const s2Options: S2Options = {
      width: 600,
      height: 480,
      seriesNumber: {
        enable: true
      },
     mergedCellsInfo: [
        [
          { colIndex: 1, rowIndex: 6, showText: true },
          { colIndex: 1, rowIndex: 7 },
          { colIndex: 2, rowIndex: 6 },
          { colIndex: 2, rowIndex: 7 },
          { colIndex: 3, rowIndex: 6 },
          { colIndex: 3, rowIndex: 7 },
        ],
      ],
      frozen: {
        // 列头冻结数量
        colCount: 2,
      },
    };

😊 Expected Behavior

image

😅 Current Behavior

当前配置无法实现

@happypayne happypayne added the ❔question 疑问/使用问题 label Feb 5, 2024
@happypayne happypayne changed the title 明细表冻结列之后,无法合并冻结列的单元格 next版本 明细表冻结列之后,无法合并冻结列的单元格 Feb 5, 2024
@lijinke666 lijinke666 added the ⚡ enhancement 功能增强 label Feb 5, 2024
Copy link
Contributor

github-actions bot commented Feb 5, 2024

你好 @happypayne,感谢你的建议, 我们会及时评估和排期, 谢谢!
当然, 如果能贡献 PR 帮助我们改进, 不胜感激!

Hello, @happypayne, thanks for your advice. We will evaluate and schedule in time. Thank you!
you could implement it by yourself through the customization capabilities provided by S2. Thanks so much for your understanding.

@lijinke666 lijinke666 added the next 2.0-next 版本的问题 label Feb 6, 2024
@github-actions github-actions bot added the 💤 inactive 不活跃的 Issue 或 PR, 30天没有回复 label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡ enhancement 功能增强 💤 inactive 不活跃的 Issue 或 PR, 30天没有回复 next 2.0-next 版本的问题 ❔question 疑问/使用问题
Projects
None yet
Development

No branches or pull requests

2 participants