JavaScript/jQuery HtmlEditor - tableResizing
Configures table resize.
Type:
Default Value: null
minColumnWidth
The minimum column width.
Type:
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:
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.
Feedback