@esfaenza/es-table 11.2.83-beta2 → 11.2.83-beta3
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.
- package/bundles/esfaenza-es-table.umd.js +1 -2
- package/bundles/esfaenza-es-table.umd.js.map +1 -1
- package/bundles/esfaenza-es-table.umd.min.js +1 -1
- package/bundles/esfaenza-es-table.umd.min.js.map +1 -1
- package/esm2015/lib/components/es-table/es_table.component.js +2 -3
- package/fesm2015/esfaenza-es-table.js +1 -2
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/package.json +1 -1
|
@@ -5122,8 +5122,7 @@
|
|
|
5122
5122
|
var _this = this;
|
|
5123
5123
|
if (this.Editable && rowItem.PropertyName) {
|
|
5124
5124
|
if (this.DynamicRowColumnsDefinition.length > 0) {
|
|
5125
|
-
rowItem.edits[item._hash]
|
|
5126
|
-
rowItem.edits[item._hash].old_value = item[rowItem.PropertyName];
|
|
5125
|
+
rowItem.edits[item._hash] = { _editing: true, old_value: item[rowItem.PropertyName] };
|
|
5127
5126
|
}
|
|
5128
5127
|
else {
|
|
5129
5128
|
rowItem._editing = true;
|