@esfaenza/es-table 11.2.22-beta42 → 11.2.22-beta43

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.
@@ -1684,7 +1684,7 @@
1684
1684
  else {
1685
1685
  // Se spinno senza un prev_index vuol dire che la colonna era pinnata da configurazione. La sposto nel primo punto disponibile
1686
1686
  for (var i = 0; i < this.est.TMPColumnsList.length; i++) {
1687
- if (!this.est.TMPColumnsList[i].pinned) {
1687
+ if (!this.est.TMPColumnsList[i].pinned && !this.est.TMPColumnsList[i].fixed) {
1688
1688
  this.utilities.arrayMove(this.est.TMPColumnsList, itemIndex, i - 1);
1689
1689
  break;
1690
1690
  }