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
4 changes: 4 additions & 0 deletions docs/tree/loading_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ Each object in the data set contains configuration of a tree item. The structure
<td><b>checkbox</b></td>
<td>(<i>boolean</i>) optional, enables/disables displaying a checkbox for a tree item</td>
</tr>
<tr>
<td><b>checked</b></td>
<td>(<i>boolean</i>) optional, checks/unchecks a checkbox of a tree item, works when the <b>checkbox</b> property is set to <i>true</i></td>
</tr>
<tr>
<td><b>items</b></td>
<td>(<i>array</i>) an array of nested items</td>
Expand Down
14 changes: 14 additions & 0 deletions docs/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ 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 8.4.1
------------------

Released on July 25, 2024

### Fixes

- Combobox. Custom scroll not working
- Form. The value selected in the Combo control restores after the options reloading
- Form. The input destructor issue while using Optimus
- Form. The `enable()` method fails when a form contains a Fieldset control with a spacer
- Grid/TreeGrid. Row selection gets lost after dragging a column
- Tree. Checkbox states are not displayed in the serialized data

Version 8.4
------------------

Expand Down