UpdateTableHeadingsOptions
typedef
Options for the setHeadingRowsCount and setHeadingColumnsCount methods.
Properties
autoExpand : boolean | undefinedmodule:table/tableutils~UpdateTableHeadingsOptions#autoExpandIf 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
TableCellPropertiesEditingis not loaded.resetFormerHeadingCells : boolean | undefinedmodule:table/tableutils~UpdateTableHeadingsOptions#resetFormerHeadingCellsIf 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
TableCellPropertiesEditingis not loaded.updateCellType : boolean | undefinedmodule:table/tableutils~UpdateTableHeadingsOptions#updateCellTypeIf set to
falseit will only update theheadingRows/headingColumnsattribute without updating the cell types in the table.This option has no effect if
TableCellPropertiesEditingis not loaded.
Value
object