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
Copy file name to clipboardExpand all lines: treeview/rename-node/readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@ If you want to add editing capabilities to your treeview, the most straight forw
10
10
1. Pass to that component the current item that it will render and edit.
11
11
* We pass it as a parameter to the child component.
12
12
1. Raise an event after an item was edited so the parent treeview can re-render.
13
-
* 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.
13
+
* 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 commit comments