@linzjs/step-ag-grid 30.4.1 → 30.4.3

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.
@@ -61595,8 +61595,7 @@ maxInitialWidth,
61595
61595
  else {
61596
61596
  r = compareNaturalInsensitive(value1, value2);
61597
61597
  }
61598
- // secondary compare as primary sort column rows are equal
61599
- return r === 0 ? compareNaturalInsensitive(node1.data?.id, node2.data?.id) : r;
61598
+ return r;
61600
61599
  };
61601
61600
  }
61602
61601
  const adjustedColDef = {