Update treeview/rename-node/readme.md

This commit is contained in:
Dimo Dimov 2021-06-29 18:24:12 +03:00 коммит произвёл GitHub
Родитель 09922ed14d
Коммит cbe06c7fcd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.