We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See: ckeditor/ckeditor5-table#303 (review).
+----+----+----+ | 00 | 01 | +----+----+----+ | 10 | 11 | 12 | <-- remove this row +----+----+----+
+----+----+ | 00 | 01 | +----+----+
❌ Actual result:
+----+----+----+ | 00 | 01 | +----+----+----+
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered:
Another scenario with merging table cells:
Given:
+----+----+----+ | 00 | 01 | +----+----+----+ | 10 | 11 | +----+----+----+ | 20 | 21 | 22 | <- merge cells 21 and 22 +----+----+----+
Expected result:
+----+----+ | 00 | 01 | +----+----+ | 10 | 11 | +----+----+ | 20 | 21 | +----+----+
Actual result:
+----+----+----+ | 00 | 01 | +----+----+----+ | 10 | 11 | +----+----+----+ | 20 | 21 | +----+----+----+
Sorry, something went wrong.
A similar case (but might be out of scope): #3192.
Merge pull request #7362 from ckeditor/i/6609
11d69fc
Fix (table): Removing empty rows will no longer produce an invalid table model in certain scenarios. Closes #6609.
niegowski
Successfully merging a pull request may close this issue.
📝 Provide detailed reproduction steps (if any)
See: ckeditor/ckeditor5-table#303 (review).
✔️ Expected result
❌ Actual result:
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: