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

UpdateTableHeadingsOptions

Api-typedef icontypedef

Properties

  • Chevron-right icon

    autoExpand : boolean | undefined

    If set to true, it will check if the following rows/columns look like a header and expand the heading section.

    This option has no effect if TableCellPropertiesEditing is not loaded.

  • Chevron-right icon

    resetFormerHeadingCells : boolean | undefined

    If set to true, it will check if the rows/columns that are no longer in the heading section should be updated to body cells.

    This option has no effect if TableCellPropertiesEditing is not loaded.

  • Chevron-right icon

    updateCellType : boolean | undefined

    If set to false it will only update the headingRows/headingColumns attribute without updating the cell types in the table.

    This option has no effect if TableCellPropertiesEditing is not loaded.

Value

object