Skip to content

Commit

Permalink
Update treeview/rename-node/readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dimodi committed Jun 29, 2021
1 parent 09922ed commit cbe06c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treeview/rename-node/readme.md
Expand Up @@ -10,4 +10,4 @@ If you want to add editing capabilities to your treeview, the most straight forw
1. Pass to that component the current item that it will render and edit.
* We pass it as a parameter to the child component.
1. Raise an event after an item was edited so the parent treeview can re-render.
* In this sample we fetch the data from the mock database every time to ensure it is fresh and we get other people's edits. In your case you can choose when and how to make updates.
* In this sample we fetch the data from the mock database every time to ensure the TreeView is up-to-date and shows other people's edits. In your case you can choose when and how to make updates.

0 comments on commit cbe06c7

Please sign in to comment.