Skip to content
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
2 changes: 1 addition & 1 deletion docs/guides/mcp-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The quickest way is to add the MCP server URL through the CLI:
claude mcp add --transport http dhtmlx-mcp https://docs.dhtmlx.com/mcp
~~~

Or if you prefer manual configuration, add this to your `mcp.json`:
Or if you prefer manual configuration, add this to your `.mcp.json`:

~~~jsx
{
Expand Down
9 changes: 9 additions & 0 deletions docs/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ 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.3.8

Released on August 3, 2026

### Fixes

- Grid. Fixed the height calculation for rows with `rowspan` when `autoHeight: true` is enabled, ensuring the container expands to fit the entire spanned content
- Grid. Resolved an initialization error that occurred when using `autoWidth` with grouped data and an external `TreeCollection`

## Version 9.3.7

Released on July 29, 2026
Expand Down
Loading