FlatDataBindingDirective
A directive which encapsulates the retrieval of the child nodes.
Selector
[kendoTreeViewFlatDataBinding]
Inputs
Name | Type | Default | Description |
---|---|---|---|
idField |
| Represents the unique field which identifies a node. | |
nodes |
| The nodes which will be displayed by the TreeView. | |
parentIdField |
| Represents the parent field whose value will be matched with the parent node. | |
filter |
| Applies a filter and changes the visibility of the component's nodes accordingly. | |
filterSettings |
| The settings which are applied when performing a filter on the component's data. |