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

表格项合并时表格项与表头信息不对应 #1049

Closed
18795891073 opened this issue Apr 12, 2024 · 2 comments
Closed

表格项合并时表格项与表头信息不对应 #1049

18795891073 opened this issue Apr 12, 2024 · 2 comments

Comments

@18795891073
Copy link

自定义了如下的表格数据:arr = [
[
{ content: '1', colspan: 1, rowspan: 1 },
{ content: '1', colspan: 1, rowspan: 1 },
{ content: '1', colspan: 1, rowspan: 1 },
],
[{ content: '1', colspan: 1, rowspan: 1 }, { content: '1', colspan: 1, rowspan: 1 }, { content: '1', colspan: 1, rowspan: 1 },]
];结果会按照colspan和rowspan的值绘制当前单元格,但发现并不是真的合并,而是将原单元格向后挤压了一个位置,导致表格错位

@mmghv
Copy link
Collaborator

mmghv commented Apr 12, 2024

English please!

I only see colspan & rowspan of 1 here, which is the default value anyway, so this shouldn't result in any merging of cols or cells.

Copy link

This issue will soon be closed since issues in this project are mainly meant to be bugs or feature requests. Questions are directed to stackoverflow.

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

No branches or pull requests

2 participants