You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When converting html table to Delta the th tag is handled as text and therefore the table will be quirky.
It will hopefully be a small fix to support this (same places td is supported) since the rest of the table is converted as expected.
Steps for Reproduction
quill.clipboard.convert with a table that contains th element
When converting html table to Delta the
th
tag is handled as text and therefore the table will be quirky.It will hopefully be a small fix to support this (same places
td
is supported) since the rest of the table is converted as expected.Steps for Reproduction
quill.clipboard.convert
with a table that containsth
elementth
both as first column and first row - quilljs.com example codeExpected behavior:
One column per
th
Actual behavior:
th
tags end up as plain textPlatforms:
All browsers - this is not supported (i've checked the code)
Version:
2.0.3
The text was updated successfully, but these errors were encountered: