FlatBindingDirective
Represents the Kendo for Angular UI TreeList flat binding directive.
Use this directive to bind the TreeList to a flat array of objects using idField
and parentIdField
to define the hierarchy.
Handles in-memory data operations sorting, aggregation
and filtering. More information and examples.
Selector
[kendoTreeListFlatBinding]
Export Name
Accessible in templates as #kendoFlatBindingInstance="kendoTreeListFlatBinding"
Inputs
Name | Type | Default | Description |
---|---|---|---|
aggregate |
|
Sets the descriptor that aggregates the data. | |
kendoTreeListFlatBinding |
|
Sets the array of data that populates the TreeList. | |
filter |
|
Sets the descriptor that filters the data. | |
idField |
|
Sets the name of the field that contains the unique identifier of the node. | |
parentIdField |
|
Sets the name of the field that contains the identifier of the parent node. | |
sort |
|
Sets the descriptors that sort the data. |
Methods
rebind |
---|
Clears the directive cache and reloads the component data. |