getFields

returns the current fields object of Pivot

object getFields();

Returns

objectthe object with Pivot fields and structure

Example

var fields = myPivot.getFields();

Details

The fields object includes the rows, cols and values attributes. Read the details.

See also
Back to top