Skip to content

Commit

Permalink
[add] the checked property for a tree item config
Browse files Browse the repository at this point in the history
  • Loading branch information
mafanya23 committed Jul 25, 2024
1 parent 18b8b10 commit e650fe4
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit e650fe4

Please sign in to comment.