Update treeview/rename-node/readme.md
This commit is contained in:
Родитель
09922ed14d
Коммит
cbe06c7fcd
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче