table/converters/table-heading-rows-refresh-post-fixer
@ckeditor/ckeditor5-table/src/converters/table-heading-rows-refresh-post-fixer
module
Filtering
Functions
-
tableHeadingsRefreshHandler( model, editing )
A table headings refresh handler which marks the table cells or rows in the differ to have it re-rendered if the headings attribute changed.
Table heading rows and heading columns are represented in the model by a
headingRows
andheadingColumns
attributes.When table headings attribute changes, all the cells/rows are marked to re-render to change between
<td>
and<th>
.Parameters
model : Model
editing : EditingController
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.