Description

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

Syntax

function setDisplayOptions(options)

Parameters

options
Type: Object
DisplayOptions로 구성된 객체

Return value

None.

Examples

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