Description

그리드 Footer와 관련된 정보들을 설정한다. Footer가 설정 모델이다.

Syntax

function setFooter(options)

Parameters

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

Return value

None.

Examples

gridView.setFooter({
    resizable: false,
    visible: true,
    ...
});