You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**`data`** | Array of nested items | Array | **Required**
57
-
**`renderNode`** | Takes a node from data and renders it into the NestedlistView. The function receives `{node, level}` (see [Usage](#usage)) and must return a React element. | Function | **Required**
58
-
**`getChildrenName`** | Function to determine in a node where are the children, by default NestedListView will try to find them in **items** | Function | **items**
59
-
**`onNodePressed`** | Function called when a node is pressed by a user | Function | Not required
60
-
**`extraData`** | A marker property for telling the list to re-render | Object or Array | Not required
|**`data`**| Array of nested items | Array |**Required**|
57
+
|**`renderNode`**| Takes a node from data and renders it into the NestedlistView. The function receives `{node, level}` (see [Usage](#usage)) and must return a React element. | Function |**Required**|
58
+
|**`getChildrenName`**| Function to determine in a node where are the children, by default NestedListView will try to find them in **items**| Function |**items**|
59
+
|**`onNodePressed`**| Function called when a node is pressed by a user | Function | Not required|
60
+
|**`extraData`**| A marker property for telling the list to re-render | Object or Array | Not required|
61
61
62
62
### NestedRow
63
63
64
-
Prop | Description | Type | Default
65
-
------ | ------ | ------ | ------
66
-
**`height`** | Height of the row | number | 50
67
-
**`children`** | Content of the NestedRow | Component | **Required**
68
-
**`level`** | Level where a given node is | number | **Required**
69
-
**`style`** | NestedRow container style | Style | Not required
0 commit comments