Constructors

Properties

cellID?: {
    columnID: any;
    rowID: any;
    rowIndex: number;
}

Deprecated

Type declaration

  • columnID: any
  • rowID: any
  • rowIndex: number
data: any

Deprecated

Use the rowData property instead.

isAddRow?: boolean

Deprecated

newValue?: any

Deprecated

oldValue: any

Deprecated

primaryKey: any

Represents the unique key, the row can be associated with. Available if primaryKey exists

Deprecated

Use the rowKey property instead.

rowData: any
rowKey: any