NEWCKEditor AI on your premises: Hook your LLM and register MCP tools. Webinar coming soon!
Sign up (with export icon)

table/converters/table-structure-post-fixer

Api-module iconmodule

Functions

  • Chevron-right icon

    Injects a table structure post-fixer into the model.

    It checks if the headingRows and footerRows attributes do not overlap. If they overlap, the footerRows attribute is corrected.

    We prefer headingRows over footerRows because changing headingRows would require updating the tableCellType attribute of the cells in the row, which is not required when changing footerRows.

    Parameters

    editor : Editor

    The editor instance.

    Returns

    void