[]
Sheets.TableSheet.IDataViewChanges
• dataItem: any
The current row data.
• index: number
The view index of table sheet.
• Optional
oldDataItem: any
The original row data, only used for "update".
• type: string
The change type, could be one of "insert", "update" or "delete".