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.