Skip to content

[add] a note for the grid column adjust property page #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ const grid = new dhx.Grid("grid_container", {
- 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.
- 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.

:::note
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.
:::

**Related article**: [Autosize for columns](grid/configuration.md#autosize-for-columns)

11 changes: 11 additions & 0 deletions docs/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ description: You can explore what's new in DHTMLX Suite and its release history

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

## Version 9.1.6

Released on June 23, 2025

### Fixes

- Chart. The issue with displaying of the Treemap chart with groups
- Grid. The `cellValue` parameter of the column `template` property has different values depending on whether a column is editable
- Grid. The issue with the tooltip showing in case of a custom HTML content taking the full cell's space
- Grid. The `textarea` editor saves changes made in a cell on closing instead of rendering the initial value

## Version 9.1.5

Released on June 5, 2025
Expand Down
Loading