@esfaenza/es-table 11.2.83-beta10 → 11.2.83-beta11

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.
@@ -2858,7 +2858,7 @@
2858
2858
  var _this = this;
2859
2859
  var _loop_1 = function (k) {
2860
2860
  var th = dyn[k];
2861
- var iper = { selected: false, value: th.PropertyName ? item[th.PropertyName] : "Undefined Property", type: th.PropertyType, property: th.PropertyName, header: th.PropertyName, item: item };
2861
+ var iper = { selected: false, value: th.PropertyName ? item.properties[th.PropertyName] : "Undefined Property", type: th.PropertyType, property: th.PropertyName, header: th.PropertyName, item: item };
2862
2862
  this_1.est.selectionStatus[item._ordinal][k] = iper;
2863
2863
  // Funzione assegnata dopo in modo da poterle fare anche aggiornare il valore del riferimento all'oggetto di selezione
2864
2864
  iper.val_setter = function (value) {