New to Kendo UI for Angular? Start a free 30-day trial
GanttHierarchyBindingDirective
A directive which binds the Gantt to a tree of objects, which encapsulates the in-memory handling of data operations such as sorting and filtering.
Selector
[kendoGanttHierarchyBinding]
Export Name
Accessible in templates as #kendoGanttHierarchyBindingInstance="kendoGanttHierarchyBinding"
Inputs
Name | Type | Default | Description |
---|---|---|---|
childrenField |
|
The name of the field which holds the child data items of the node. | |
kendoGanttHierarchyBinding |
|
The array of data which will be used to populate the Gantt. | |
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. |