Skip to content

Commit 961c00e

Browse files
committed
[add] a note for the grid column adjust property page
1 parent 4f9006d commit 961c00e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/grid/api/gridcolumn_properties/gridcolumn_adjust_property.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@ const grid = new dhx.Grid("grid_container", {
3333
- The `adjust` property has a priority over the `autoWidth` property if it is specified either for the grid or for the column, and over the `width` property of the column.
3434
- The width the columns will be adjusted to also depends on the values of the `minWidth/maxWidth` properties if they are set for a column.
3535

36+
:::note
37+
Note that if you change the font type, size, or offsets, the correct calculation of the `adjust` property of a cell may not be guaranteed.
38+
:::
39+
3640
**Related article**: [Autosize for columns](grid/configuration.md#autosize-for-columns)
3741

0 commit comments

Comments
 (0)