Interface

TableWidthsCommandOptions (table/tablecolumnresize)

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

interface

Filtering

Properties

  • columnWidths : string | Array<string> | undefined

    New value of the columnWidths attribute. Must be array of strings or string with comma-separated values. If skipped, the column widths information will be deleted.

  • table : Element | undefined

    The table that is having the columns resized.

  • tableWidth : string | undefined

    The new table width. If skipped, the model attribute will be removed.