Module

table/tablecolumnresize/constants

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

module

Filtering

Constants

  • COLUMN_MIN_WIDTH_AS_PERCENTAGE : Number

    The minimum column width given as a percentage value. Used in situations when the table is not yet rendered, so it is impossible to calculate how many percentage of the table width would be minimum column width in pixels.

  • COLUMN_MIN_WIDTH_IN_PIXELS : Number

    The minimum column width in pixels when the maximum table width is known.

  • COLUMN_WIDTH_PRECISION : Number

    Determines how many digits after the decimal point are used to store the column width as a percentage value.