[]
Sheets.TableSheet.IDataViewChanges
• Optional column: IColumn
the current column.
• Optional data: any[]
the default value of the current added column.
• 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".
• Optional originalColumn: IColumn
The original column, only used for "update column".
• type: string
The change type, could be one of "insert", "update", "delete", "addColumn", "updateColumn", "removeColumn".