Skip to content

Commit ae44851

Browse files
author
Javier Morant
authored
Update README.md
1 parent 9390f41 commit ae44851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Prop | Description | Type | Default
5858
**`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**
5959
**`getChildrenName`** | Function to determine in a node where are the children, by default NestedListView will try to find them in **items** | Function | **items**
6060
**`onNodePressed`** | Function called when a node is pressed by a user | Function | Not required
61+
**`extraData`** | A marker property for telling the list to re-render | Object or Array | Not required
6162

6263
### NestedRow
6364

0 commit comments

Comments
 (0)