ms-data-grid 0.0.143 → 0.0.144
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4837,7 +4837,7 @@ class DataGridComponent {
|
|
|
4837
4837
|
this.rollBackCellValue(row, column);
|
|
4838
4838
|
return;
|
|
4839
4839
|
}
|
|
4840
|
-
this.checkRowEditAndEmitValue(row, column, row
|
|
4840
|
+
this.checkRowEditAndEmitValue(row, column, this.getNestedValue(row, column?.field));
|
|
4841
4841
|
this.editingKey = null;
|
|
4842
4842
|
this.cdr.detectChanges();
|
|
4843
4843
|
const current = this.getNestedValue(row, column?.field);
|