We are testing the insert table functionality in the editor. When we add the table it has certain default styling. It looks like the attached file.
When we clear formatting it looks like this.
1 2
when we save it it saves with no styling.
<table>
<tbody>
<tr>
<td>1</td>
<td>2</td>
</tr>
</tbody>
</table>
But when we return to the editor and reload the saved table it gets the default styling and shows like the attached file. Is there something we should be doing to save the styling?