RealGrid2 API
Interface
TreeViewConfig

TreeViewConfig

Signature:

export interface TreeViewConfig extends GridOptions, GridBaseConfig, EventHandlers<TreeView> 

Extends: GridOptions, GridBaseConfig, EventHandlers<TreeView>

Properties

PropertyTypeDescription
dataProviderLocalTreeDataProvider다른 그리드의 DataProvider를 공유할때 설정한다.
treeOptionsTreeOptionsTreeView 설정 모델

Properties Desc

dataProvider

다른 그리드의 DataProvider를 공유할때 설정한다.

Type - LocalTreeDataProvider


treeOptions

TreeView 설정 모델

Type - TreeOptions