Description

deprecated 대상.
setRowGroup을 대신 사용해야 한다.
그리드 RowGroup과 관련된 정보들을 설정한다. RowGroupOptions이 설정 모델이다.

Syntax

function setRowGroupOptions(options)

Parameters

options
Type: object
RowGroupOptions 모델과 같은 설정 정보. RowGroupOptions 중 변경하고자 하는 속성만 전달하면 된다.

Return value

None.

Examples

gridView.setRowGroupOptions({
    expandedAdornments: "both",
    collapsedAdornments: "header",
    ...
});