@acorex/data-grid 3.0.28 → 3.0.29

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.
@@ -897,7 +897,7 @@
897
897
  // col.headerCheckboxSelection = true;
898
898
  (col.headerName = this.caption ? this.caption : core$1.AXConfig.get('layout.rtl') ? 'ردیف' : 'Row'),
899
899
  (col.valueGetter = 'node.rowIndex + 1'),
900
- (col.pinned = this.pinned == null ? (core$1.AXConfig.get('layout.rtl') ? 'right' : 'left') : this.pinned === 'start' ? 'right' : 'left'),
900
+ (col.pinned = this.pinned == null ? null : this.pinned === 'start' ? 'right' : 'left'),
901
901
  (col.filter = false);
902
902
  col.resizable = true;
903
903
  col.sortable = false;