Get cell value
Check which row the data in the currently focused cell consists of.
If omitted, the value is retrieved based on the current focus.
alert(JSON.stringify(pivot.getCellValuesAt()));
//or
//pivot.getCellValuesAt(pivot.getCurrent());
Check which row the data in the currently focused cell consists of.
If omitted, the value is retrieved based on the current focus.
alert(JSON.stringify(pivot.getCellValuesAt()));
//or
//pivot.getCellValuesAt(pivot.getCurrent());