setOptions
Description
피벗 그리드의 옵션정보들을 설정한다.
Syntax
function setOptions(options)
Parameters
Return value
None.
Examples
pivot.setOptions({
display: {
rowLabelWidth: 120,
tooltipDelay: 1000,
showTooltip: true,
showLabelTooltip: true,
showProgress: true
}
});
RealGrid HELP