Skip to content

Conversation

@Mati365
Copy link
Member

@Mati365 Mati365 commented Nov 26, 2025

🚀 Summary

Feature branch that targets 47.x version of the editor. Do not merge.

PR for v48 version: #19446 (diff)

Based on PoC: #19375

IMPORTANT: This PR should be merged to master branch that targets v47 version of the editor.


📌 Related issues

}

const { rows, headingRows, headingColumns } = scanTable( viewTable );
const { rows, headingRows, headingColumns } = scanTable( viewTable, ignoreHeaderRowMoveIfNormalRowsBefore );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd consider this a fix, not a breaking change, so the experimental flag is not needed here.

* @param writer The model writer.
* @param tableUtils The table utils plugin instance.
*/
function adjustHeadingAttributesWhenChangingToHeader(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those helpers could be shared with the post-fixer. In reaction to cell types changes it modifies table attribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants