table/converters/table-headings-refresh-handler
module
Functions
tableHeadingsRefreshHandler( model, editing ) → voidinternalmodule:table/converters/table-headings-refresh-handler~tableHeadingsRefreshHandlerA 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
headingRowsandheadingColumnsattributes.When table headings attribute changes, all the cells/rows are marked to re-render to change between
<td>and<th>.Parameters
model : Modelediting : EditingController
Returns
void