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: CHANGELOG.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
@@ -35,7 +35,7 @@ All notable changes for each version of this project will be documented in this
35
35
- Allows users to render hierarchical data in an easy-to-navigate way. The control is **not** data bound and takes a declarative approach, giving users more control over what is being rendered.
36
36
- Features API for handling selection (bi-state and cascading), node activation, node expansion state.
37
37
- Features extensive and easy-to-use keyboard navigation, fully compliant with W3 standards.
38
-
-To create a tree from an existing data hierarchical data set:
38
+
-Code example for a tree contructured from a hierarchical data set:
39
39
```html
40
40
<igx-tree>
41
41
<igx-tree-node*ngFor="let node of data"[data]="node"[expanded]="isNodeExpanded(node)"[selected]="isNodeSelected(node)">
0 commit comments