Angular HtmlEditor - tableResizing
Configures table resize.
minColumnWidth
The minimum column width.
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.
When the content height exceeds this property's value and users resize the row, the minimum row height equals the content height.
If you have technical questions, please create a support ticket in the DevExpress Support Center.