ViewOptions
GridView 의 전체 설정 정보들
Signature:
export interface ViewOptions extends GridOptions Extends: GridOptions
Remarks
GridOptions 를 상속한다.
[상위 클래스]
Example
let options = {
summaryMode: 'aggregate',
display: {
columnResizable : false
},
grouping: {
enabled: false
}
};
gridView.setOptions(options);Properties
| Property | Type | Description |
|---|---|---|
| filterMode | FilterMode | |
| filterOr | boolean | |
| grouping | GroupingOptions | |
| groupPanel | GroupPanel | |
| groupSummaryMode | SummaryMode | |
| rowGroup | RowGroup |
Properties Desc
filterMode
Type - FilterMode
filterOr
Type - boolean
grouping
Type - GroupingOptions
groupPanel
Type - GroupPanel
groupSummaryMode
Type - SummaryMode
rowGroup
Type - RowGroup