Search results

PivotEditInfo API in JavaScript Pivot Table API control

Defines the edited information such as current edit type, action and its edited record information such as edited data, previous data and index positions of before editing performed.

Properties

action

string

Defines the current edit action such as add, edit, save and delete.

currentData

IDataSet[]

Defines the edited raw data

data

IDataSet[]

Defines the data that used to update the pivot table.

previousData

IDataSet[]

Defines the actual raw data

previousPosition

number[]

Defines the index position of the actual raw data

type

string

Defines the current edit type such as batch, inline, dialog and command columns.