table/tablecolumnresize/constants
module
Constants
module:table/tablecolumnresize/constants~COLUMN_MIN_WIDTH_AS_PERCENTAGEThe 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.
module:table/tablecolumnresize/constants~COLUMN_MIN_WIDTH_IN_PIXELSThe minimum column width in pixels when the maximum table width is known. This value is an equivalent of
10%of the default editor width (600px).module:table/tablecolumnresize/constants~COLUMN_RESIZE_DISTANCE_THRESHOLDThe distance in pixels that the mouse has to move to start resizing the column.
module:table/tablecolumnresize/constants~COLUMN_WIDTH_PRECISIONDetermines how many digits after the decimal point are used to store the column width as a percentage value.