-
-
Notifications
You must be signed in to change notification settings - Fork 530
The colspan and rowspan of the td tag of the table do not appear to be in effect #972
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
Comments
I'm trying to merge the cells in the table, but I'm having a problem |
Hi, this is a known issue - made a fix in #856 but waiting to merge as it changes how table blocks are represented in the API, so we will need to give users a way to migrate their existing documents to the new version. |
Thank you for your reply, When will it be done? |
<table style="min-width:1000px">
<tr>
<th colspan="1" rowspan="1" colwidth="100">123</th>
<th colspan="1" rowspan="1" colwidth="120">123</th>
</tr>
<tr>
<td colspan="2" colwidth="80" rowspan="1">123</td>
</tr>
</table> #856 colwidth works , but colspan="2" does’t work |
😁 |
Ah sorry, I misread the title of your post. You're right, #856 only fixes the row widths, not the spans. We're taking a step back from this PR right now, but I'll see about fixing the spans when we get back to it. |
thanks |
This will be fixed with: #1429 |
Resolved with #1429 |
The text was updated successfully, but these errors were encountered: