BlockNote
BlockNote copied to clipboard
The colspan and rowspan of the td tag of the table do not appear to be in effect
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
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.
😁
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: https://github.com/TypeCellOS/BlockNote/pull/1429
Resolved with https://github.com/TypeCellOS/BlockNote/pull/1429