All docs
V22.1
24.1
23.2
23.1
22.2
22.1
21.2
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.
A newer version of this page is available. Switch to the current version.

jQuery HtmlEditor - tableResizing

Configures table resize.

Type:

Object

Default Value: null

enabled

Enables users to resize tables.

Type:

Boolean

Default Value: false

minColumnWidth

The minimum column width.

Type:

Number

Default Value: 40

When a column's content exceeds minColumnWidth, and it is impossible to break the content into several lines, the minimum column width equals the content width. For example, if minColumnWidth is 50 pixels but a column's content requires 60 pixels, users can decrease the column width to 60 pixels only.

minRowHeight

The minimum row height.

Type:

Number

Default Value: 24

When the content height exceeds this property's value and users resize the row, the minimum row height equals the content height.