UpdatedRowsMap
A map of updated row information with rowId as the key
Signature:
export interface UpdatedRowsMapRemarks
- key: rowId (unique row number)
- value: updated value per field
Used in getUpdatedCellsMap().
Example
let updatedRowsMap = dataProvider.getUpdatedCellsMap();