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.
Definition
Package:@progress/kendo-angular-treelist
Selector:[kendoTreeListFlatBinding]
Export Name:Accessible in templates as #kendoTreeListFlatBindingInstance="kendoTreeListFlatBinding"
Inputs
aggregate
any
Sets the descriptor that aggregates the data.
Sets the descriptor that filters the data.
idField
string
Sets the name of the field that contains the unique identifier of the node.
Sets the array of data that populates the TreeList.
parentIdField
string
Sets the name of the field that contains the identifier of the parent node.
sort
SortDescriptor[]
Sets the descriptors that sort the data.
Methods
Clears the directive cache and reloads the component data.