You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/grid/api/gridcolumn_properties/gridcolumn_adjust_property.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,5 +33,9 @@ const grid = new dhx.Grid("grid_container", {
33
33
- 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.
34
34
- 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.
35
35
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
+
36
40
**Related article**: [Autosize for columns](grid/configuration.md#autosize-for-columns)
- Chart. The issue with displaying of the Treemap chart with groups
80
+
- Grid. The `cellValue` parameter of the column `template` property has different values depending on whether a column is editable
81
+
- Grid. The issue with the tooltip showing in case of a custom HTML content taking the full cell's space
82
+
- Grid. The `textarea` editor saves changes made in a cell on closing instead of rendering the initial value
83
+
84
+
## Version 9.1.5
85
+
86
+
Released on June 5, 2025
87
+
88
+
### Fixes
89
+
90
+
- DataCollection/TreeCollection. Fixed the [`sort()`](data_collection/api/datacollection_sort_method.md) method in the `smartSorting` mode when sorting by more than three parameters
91
+
- Grid. The `multiselect/select` editor passes the id instead of the value, while exporting data to an .xslx file
92
+
- Grid. Sorting by the third column disregards the prior two-column sort order
93
+
94
+
## Version 9.1.4
95
+
96
+
Released on June 3, 2025
97
+
98
+
### Fixes
99
+
100
+
- Grid. A critical error during cell re-editing after unmounting the component
101
+
- Grid. The value is not saved during manual editing of DateEditor
102
+
- Grid. The issue with group headers rendering the ids instead of values
103
+
- Grid. The localization issue
104
+
- Grid. Incorrect displaying of a Japanese (Kanji/Kana) text without spaces in a single cell
105
+
- Grid. Issues in the functionality of the `autoHeight` configuration property
106
+
- Grid. Incorrect work of the `adjust` property of a column
107
+
- Layout. A console error on collapsing the first cell
108
+
- TreeCollection. Reloading data after component initialization
0 commit comments