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: components/contextmenu/data-binding/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,15 @@ This article explains the different ways to provide data to a Context Menu compo
16
16
17
17
First, review:
18
18
19
-
* The available (bindable) [features of a menu item](#menu-item-features).
19
+
* The available (bindable) [features of a context menu item](#context-menu-item-features).
20
20
* How to match fields in the model with the menu item [data bindings](#data-bindings).
21
21
22
22
There are two modes of providing data to a menu, and they all use the items' features. Once you are familiar with the current article, choose the data binding more you wish to use:
23
23
24
24
*[Hierarchical data]({%slug contextmenu-data-binding-hierarchical-data%}) - separate collections of items and their child items.
25
25
*[Flat data]({%slug contextmenu-data-binding-flat-data%}) - a single collection of items with defined parent-child relationships.
26
26
27
-
## Menu Item Features
27
+
## Context Menu Item Features
28
28
29
29
The menu items provide the following features that you control through the corresponding fields in their data binding:
0 commit comments