##TreeViewConfig
Signature:
export interface TreeViewConfig extends GridOptions, GridBaseConfig, EventHandlers<TreeView>
Extends: GridOptions, GridBaseConfig, EventHandlers<TreeView>
Properties
Property | Type | Description |
---|---|---|
dataProvider | LocalTreeDataProvider | Set when sharing the DataProvider with another grid. |
treeOptions | TreeOptions | TreeView Configuration Model |
Properties Desc
dataProvider
Set when sharing the DataProvider with another grid.
Type
- LocalTreeDataProvider
treeOptions
TreeView Configuration Model
Type
- TreeOptions