New to Kendo UI for Angular? Start a free 30-day trial
GanttFlatBindingDirective
A directive which binds the Gantt to an array of objects by using an ID and parent ID field to define the hierarchy.
The directive encapsulates the in-memory handling of data operations such as sorting and filtering.
Selector
[kendoGanttFlatBinding]
Export Name
Accessible in templates as #kendoGanttFlatBindingInstance="kendoGanttFlatBinding"
Inputs
Name | Type | Default | Description |
---|---|---|---|
kendoGanttFlatBinding |
|
The array of data which will be used to populate the Gantt. | |
filter |
|
Defines the descriptor by which the data will be filtered. | |
idField |
|
The name of the field which contains the unique identifier of the node. | |
parentIdField |
|
The name of the field which contains the identifier of the parent node. | |
sort |
|
Defines the descriptors by which the data will be sorted. |
Methods
rebind |
---|
Clears the directive cache and reloads the component data. |