New to Kendo UI for Angular? Start a free 30-day trial
GanttHierarchyBindingDirective
Binds the Gantt to a tree of objects.
Use this directive to handle in-memory data operations such as sorting and filtering. See example.
html
<kendo-gantt
[kendoGanttHierarchyBinding]="data"
childrenField="subtasks"
[dependencies]="dependencies">
</kendo-gantt>
Selector
[kendoGanttHierarchyBinding]
Export Name
Accessible in templates as #kendoGanttHierarchyBindingInstance="kendoGanttHierarchyBinding"
Inputs
Name | Type | Default | Description |
---|---|---|---|
childrenField |
|
Sets the name of the field that holds the child data items of the node. | |
kendoGanttHierarchyBinding |
|
Sets the array of data to populate the Gantt. | |
filter |
|
Sets the descriptor that filters the data. | |
sort |
|
Sets the descriptors that sort the data. |
Methods
rebind |
---|
Clears the directive cache and reloads the component data. |