table/tablecolumnresize/converters
module
Functions
downcastTableResizedClass() → ( dispatcher: DowncastDispatcher ) => voidinternalmodule:table/tablecolumnresize/converters~downcastTableResizedClassReturns downcast helper for adding
ck-table-resizedclass if there is a<tableColumnGroup>element inside the table.Returns
( dispatcher: DowncastDispatcher ) => void
upcastColgroupElement( tableUtilsPlugin ) → ( dispatcher: UpcastDispatcher ) => voidinternalmodule:table/tablecolumnresize/converters~upcastColgroupElementReturns 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 ) => voidinternalmodule:table/tablecolumnresize/converters~upcastTableResizedClassReturns a upcast helper that removes the
ck-table-resizedclass from the table element.Returns
( dispatcher: UpcastDispatcher ) => void