RealGrid2 API
Interface
ViewOptions

ViewOptions

GridView 의 전체 설정 정보들

Signature:

export interface ViewOptions extends GridOptions 

Extends: GridOptions

Remarks

GridOptions 를 상속한다.

[상위 클래스]

GridOptions

Example

let options =  {
    summaryMode: 'aggregate',
    display: {
        columnResizable : false
    },
    grouping: {
        enabled: false
    }
};
gridView.setOptions(options);

Properties

PropertyModifiersTypeDescription
filterModeFilterMode
filterOrboolean
groupingGroupingOptions
groupPanelGroupPanel
groupSummaryModeSummaryMode
rowGroupRowGroup

Properties Desc

filterMode

filterOr

grouping

groupPanel

groupSummaryMode

rowGroup