RealGrid2 API
Interface
UpdatedRow

UpdatedRow

Changed row information

Signature:

export interface UpdatedRow 

Remarks

[getUpdatedCells()](/refs/Class /DataProviderBase#getupdatedcells) It is used.

Properties

PropertyTypeDescription
__rowIdnumberRow unique number
updatedCellsUpdatedCell[]Changed cell information

Properties Desc

__rowId

Row unique number

Type - number


updatedCells

Changed cell information

Type - UpdatedCell[]