All docs
V22.2
23.1 (CTP)
22.2
22.1
21.2
21.1
The page you are viewing does not exist in version 21.1. This link will take you to the root page.
20.2
The page you are viewing does not exist in version 20.2. This link will take you to the root page.
20.1
The page you are viewing does not exist in version 20.1. This link will take you to the root page.
19.2
The page you are viewing does not exist in version 19.2. This link will take you to the root page.
19.1
The page you are viewing does not exist in version 19.1. This link will take you to the root page.
18.2
The page you are viewing does not exist in version 18.2. This link will take you to the root page.
18.1
The page you are viewing does not exist in version 18.1. This link will take you to the root page.
17.2
The page you are viewing does not exist in version 17.2. This link will take you to the root page.
Vue

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.