GroupPanel
그리드 Group Panel 표시 정보들에 대한 설정 정보
Signature:
export interface GroupPanel Remarks
GridView.setGroupPanel() 사용 시 필요한 정보만 입력하면 된다.
Example
gridView.setGroupPanel({visible: false});Properties
| Property | Type | Description |
|---|---|---|
| height | number | Group Panel 의 높이 |
| minHeight | number | Group Panel 의 최소 높이 |
| resetText | string | 초기화 버튼의 text |
| showResetButton | boolean | Group Panel에 초기화 버튼 표시여부 |
| visible | boolean | Group Panel 의 표시 여부 |
Properties Desc
height
Group Panel 의 높이
Type - number
minHeight
Group Panel 의 최소 높이
Type - number
resetText
초기화 버튼의 text
Type - string
showResetButton
Group Panel에 초기화 버튼 표시여부
Type - boolean
visible
Group Panel 의 표시 여부
Type - boolean