File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,10 @@ Each object in the data set contains configuration of a tree item. The structure
104104 <td><b>checkbox</b></td>
105105 <td>(<i>boolean</i>) optional, enables/disables displaying a checkbox for a tree item</td>
106106 </tr>
107+ <tr>
108+ <td><b>checked</b></td>
109+ <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>
110+ </tr>
107111 <tr>
108112 <td><b>items</b></td>
109113 <td>(<i>array</i>) an array of nested items</td>
Original file line number Diff line number Diff line change @@ -8,6 +8,20 @@ description: You can explore what's new in DHTMLX Suite and its release history
88
99Before updating DHTMLX to the latest version, please check the [ Migration to Newer Versions] ( migration.md ) guide to avoid possible breakdowns.
1010
11+ Version 8.4.1
12+ ------------------
13+
14+ Released on July 25, 2024
15+
16+ ### Fixes
17+
18+ - Combobox. Custom scroll not working
19+ - Form. The value selected in the Combo control restores after the options reloading
20+ - Form. The input destructor issue while using Optimus
21+ - Form. The ` enable() ` method fails when a form contains a Fieldset control with a spacer
22+ - Grid/TreeGrid. Row selection gets lost after dragging a column
23+ - Tree. Checkbox states are not displayed in the serialized data
24+
1125Version 8.4
1226------------------
1327
You can’t perform that action at this time.
0 commit comments