Module

table/tablecolumnresize/converters

@ckeditor/ckeditor5-table/src/tablecolumnresize/converters

module

Filtering

Functions

  • downcastTableResizedClass() → ( dispatcher: DowncastDispatcher ) => void

    Returns downcast helper for adding ck-table-resized class if there is a <tableColumnGroup> element inside the table.

    Returns

    ( dispatcher: DowncastDispatcher ) => void
  • upcastColgroupElement( tableUtilsPlugin ) → ( dispatcher: UpcastDispatcher ) => void

    Returns a upcast helper that ensures the number of <tableColumn> elements corresponds to the actual number of columns in the table, because the input data might have too few or too many elements.

    Parameters

    tableUtilsPlugin : TableUtils

    Returns

    ( dispatcher: UpcastDispatcher ) => void