table/converters/table-structure-post-fixer
module
Functions
injectTableStructurePostFixer( editor ) → voidmodule:table/converters/table-structure-post-fixer~injectTableStructurePostFixerInjects a table structure post-fixer into the model.
It checks if the
headingRowsandfooterRowsattributes do not overlap. If they overlap, thefooterRowsattribute is corrected.We prefer
headingRowsoverfooterRowsbecause changingheadingRowswould require updating thetableCellTypeattribute of the cells in the row, which is not required when changingfooterRows.Parameters
editor : EditorThe editor instance.
Returns
void