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
The table features works properly (merging cells in body, setting heading rows, etc).
Table has one heading row (visually) but model have heading rows = 2.
I don't know which command should take care of this (`TableUtils.removeRow()`, commands or a post-fixer).
Similar thing happen on v18.0.0 using merge table cell left/right/up/down buttons:
v18.0.0
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:
Relates to: #6630.
Sorry, something went wrong.
Merge pull request #6764 from ckeditor/i/6667
72f6491
Fix (table): Table heading rows should be properly updated after removing rows as a side effect of merging cells. Closes #6667.
niegowski
Successfully merging a pull request may close this issue.
π Provide detailed reproduction steps (if any)
βοΈ Expected result
The table features works properly (merging cells in body, setting heading rows, etc).
β Actual result
Table has one heading row (visually) but model have heading rows = 2.
π Other details
I don't know which command should take care of this (`TableUtils.removeRow()`, commands or a post-fixer).
Similar thing happen on
v18.0.0
using merge table cell left/right/up/down buttons: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: