RealGrid2 API
Interface
GridViewConfig

GridViewConfig

그리드 설정정보 RealGrid.createGrid()를 이용해서 그리드를 생성할때 사용된다.

Signature:

export interface GridViewConfig extends ViewOptions, GridBaseConfig, EventHandlers<GridView> 

Extends: ViewOptions, GridBaseConfig, EventHandlers<GridView>

Properties

PropertyTypeDescription
accessibilityboolean웹접근성 모드로 생성하는 경우 true로 설정한다.
dataProviderLocalDataProvider다른 그리드의 DataProvider를 공유할때 설정한다.
groupingGroupingOptions행 그룹핑에 관련된 설정 모델
groupPanelGroupPanelGroup Panel 설정 모델
rowGroupRowGroup행 그룹 모델
waiOptionsWaiOptions웹접근성 모드로 생성되었을때 HTMLTableElement의 caption을 설정하기 위한 설정

Properties Desc

accessibility

웹접근성 모드로 생성하는 경우 true로 설정한다.

Type - boolean


dataProvider

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

Type - LocalDataProvider


grouping

행 그룹핑에 관련된 설정 모델

Type - GroupingOptions


groupPanel

Group Panel 설정 모델

Type - GroupPanel


rowGroup

행 그룹 모델

Type - RowGroup


waiOptions

웹접근성 모드로 생성되었을때 HTMLTableElement의 caption을 설정하기 위한 설정

Type - WaiOptions