Skip to content

Commit 7281085

Browse files
authored
Merge pull request #66 from DHTMLX/next
[add] a note for the grid column adjust property page, what's new for v9.1.6
2 parents 9338000 + 59f3c14 commit 7281085

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-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

docs/whatsnew.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ description: You can explore what's new in DHTMLX Suite and its release history
88

99
Before updating DHTMLX to the latest version, please check the [Migration to Newer Versions](migration.md) guide to avoid possible breakdowns.
1010

11+
## Version 9.1.6
12+
13+
Released on June 23, 2025
14+
15+
### Fixes
16+
17+
- Chart. The issue with displaying of the Treemap chart with groups
18+
- Grid. The `cellValue` parameter of the column `template` property has different values depending on whether a column is editable
19+
- Grid. The issue with the tooltip showing in case of a custom HTML content taking the full cell's space
20+
- Grid. The `textarea` editor saves changes made in a cell on closing instead of rendering the initial value
21+
1122
## Version 9.1.5
1223

1324
Released on June 5, 2025

0 commit comments

Comments
 (0)