- Issue created by @sahil432
- Status changed to Postponed
about 1 year ago 10:21am 2 November 2023 - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
Thanks for this issue! This is definitely blocked on https://github.com/ckeditor/ckeditor5/issues/12952.
tfoot element is lost during the conversion
<table>
<thead>
<tr>
<th>Items</th>
<th scope="col">Expenditure</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Donuts</th>
<td>3,000</td>
</tr>
<tr>
<th scope="row">Stationery</th>
<td>18,000</td>
</tr>
</tbody>
<tfoot>
<tr>
<th scope="row">Totals</th>
<td>21,000</td>
</tr>
</tfoot>
</table>
tfoot is preserved.
tfoot is lost and merged to tbody.
For Reference See Attached Issue :-
Postponed
11.0 🔥
Last updated
Thanks for this issue! This is definitely blocked on https://github.com/ckeditor/ckeditor5/issues/12952.