GanttHierarchyBindingDirective
Directive
Binds the Gantt to a tree of objects.
Use this directive to handle in-memory data operations such as sorting and filtering. See example.
Definition
Package:@progress/kendo-angular-gantt
Selector:[kendoGanttHierarchyBinding]
Export Name:Accessible in templates as #kendoGanttHierarchyBindingInstance="kendoGanttHierarchyBinding"
Syntax:
html
<kendo-gantt
[kendoGanttHierarchyBinding]="data"
childrenField="subtasks"
[dependencies]="dependencies">
</kendo-gantt>
Inputs
childrenField
string
Sets the name of the field that holds the child data items of the node.
Sets the descriptor that filters the data.
Sets the array of data to populate the Gantt.
sort
SortDescriptor[]
Sets the descriptors that sort the data.
Methods
Clears the directive cache and reloads the component data.