table/tablecolumnresize/converters
module
Functions
-
downcastTableResizedClass() → ( dispatcher: DowncastDispatcher ) => void
internalmodule:table/tablecolumnresize/converters~downcastTableResizedClass
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
internalmodule:table/tablecolumnresize/converters~upcastColgroupElement
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
-
upcastTableResizedClass() → ( dispatcher: UpcastDispatcher ) => void
internalmodule:table/tablecolumnresize/converters~upcastTableResizedClass
Returns a upcast helper that removes the
ck-table-resized
class from the table element.Returns
( dispatcher: UpcastDispatcher ) => void