ViewOptions
GridView overall configuration information
Signature:
export interface ViewOptions extends GridOptionsExtends: GridOptions
Remarks
Inherits GridOptions.
[Superclass]
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