We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccaf071 commit 068797aCopy full SHA for 068797a
utilities/sample-data/tree/sample-nodes-with-initial-state.jsx
@@ -3,23 +3,25 @@ const treeNodesWithInitialState = [
3
label: 'Grains',
4
type: 'item',
5
id: 1,
6
- selected: true,
7
},
8
{
9
label: 'Fruits',
10
type: 'branch',
11
id: 2,
12
expanded: true,
+ selected: true,
13
nodes: [
14
15
label: 'Ground Fruits',
16
17
id: 4,
18
+ expanded: true,
19
20
21
label: 'Watermelon',
22
23
id: 12,
24
25
26
27
label: 'Canteloupe',
0 commit comments