Description

피벗 그리드의 옵션정보들을 설정한다.

Syntax

function setOptions(options)

Parameters

options
Type: Objects
display, summary, header 옵션들로 구성된 객체

Return value

None.

Examples

pivot.setOptions({
    display: {
        rowLabelWidth: 120,
        tooltipDelay: 1000,
        showTooltip: true,
        showLabelTooltip: true,
        showProgress: true
    }
});