table/commands/utils
@ckeditor/ckeditor5-table/src/commands/utils
module
Filtering
Functions
-
createEmptyTableCell( writer, insertPosition, attributes )
static
Common method to create empty table cell - it will create proper model structure as table cell must have at least one block inside.
-
findAncestor( parentName, position ) → Element | DocumentFragment
static
-
updateNumericAttribute( key, value, item, writer, defaultValue )
static
A common method to update the numeric value. If a value is the default one, it will be unset.