@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.
@@ -4591,8 +4591,7 @@ class EsTableComponent {
4591
4591
  setupUserEdit(rowItem, item) {
4592
4592
  if (this.Editable && rowItem.PropertyName) {
4593
4593
  if (this.DynamicRowColumnsDefinition.length > 0) {
4594
- rowItem.edits[item._hash]._editing = true;
4595
- rowItem.edits[item._hash].old_value = item[rowItem.PropertyName];
4594
+ rowItem.edits[item._hash] = { _editing: true, old_value: item[rowItem.PropertyName] };
4596
4595
  }
4597
4596
  else {
4598
4597
  rowItem._editing = true;