table/utils/common
@ckeditor/ckeditor5-table/src/utils/common
module
Filtering
Functions
-
createEmptyTableCell( writer, insertPosition, attributes ) → Element
A common method to create an empty table cell. It creates a proper model structure as a table cell must have at least one block inside.
-
isHeadingColumnCell( tableUtils, tableCell ) → Boolean
Checks if a table cell belongs to the heading column section.
-
updateNumericAttribute( key, value, item, writer, defaultValue )
A common method to update the numeric value. If a value is the default one, it will be unset.