jQuery PivotGrid Pivot Grid Cell

An object containing information about the pivot grid cell.

Type:

Object

columnPath

The cell's column path. Available for data area cells only.

Type:

Array<String | Number | Date>

See Also

columnType

The type of the column to which the cell belongs. Available for data area cells only.

Type:

String

Accepted Values: 'D' | 'T' | 'GT'

The columnType field has the following values:

dataIndex

The data field's index. Available for data area cells only.

Type:

Number

expanded

Indicates whether the cell is expanded. Available for row or column area cells only.

Type:

Boolean

path

The path to the row/column cell. Available for row or column area cells only.

Type:

Array<String | Number | Date>

rowPath

The cell's row path. Available for data area cells only.

Type:

Array<String | Number | Date>

See Also

rowType

The type of the row to which the cell belongs. Available for data area cells only.

Type:

String

Accepted Values: 'D' | 'T' | 'GT'

The rowType field has the following values:

text

The text displayed in the cell.

Type:

String

type

The cell's type. Available for row or column area cells only.

Type:

String

Accepted Values: 'D' | 'T' | 'GT'

The type field has the following values.

value

The cell's value.

Type: any