New to Kendo UI for Angular? Start a free 30-day trial
HierarchyBindingDirective
A directive which binds the TreeList to a tree of objects.
The directive encapsulates the in-memory handling of data operations such as sorting, aggregation and filtering (more information and examples).
Selector
[kendoTreeListHierarchyBinding]
Export Name
Accessible in templates as #kendoHierarchyBindingInstance="kendoTreeListHierarchyBinding"
Inputs
Name | Type | Default | Description |
---|---|---|---|
aggregate |
|
Defines the descriptor by which the data will be aggregated. | |
childrenField |
|
The name of the field which holds the child data items of the node. | |
kendoTreeListHierarchyBinding |
|
The array of data which will be used to populate the TreeList. | |
filter |
|
Defines the descriptor by which the data will be filtered. | |
sort |
|
Defines the descriptors by which the data will be sorted. |
Methods
rebind |
---|
Clears the directive cache and reloads the component data. |