Describe the bug
Tables currently apply a parameter to the HTML tag as follows: <td data-colwidth="237">
Table resizing should also be applying the width property to the standard style tag such that exported data can be better handled externally.
tiptap uses ProseMirror/prosemirror-tables and therefore the column resizing is also handled by it.
So in order to achive what you want you have to extend/overwrite the table_cell Schema to do what you want.
data-colwidth is applied to the dom.Thanks @Chrissi2812. Will make the change real quick and post back here for the community should someone stumble upon the thread.
Since this is related to ProseMirror/prosemirror-tables I can't do anything here.