@linzjs/step-ag-grid 30.4.2 → 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.
package/dist/step-ag-grid.cjs
CHANGED
|
@@ -61597,8 +61597,7 @@ maxInitialWidth,
|
|
|
61597
61597
|
else {
|
|
61598
61598
|
r = compareNaturalInsensitive(value1, value2);
|
|
61599
61599
|
}
|
|
61600
|
-
|
|
61601
|
-
return r === 0 ? compareNaturalInsensitive(node1.data?.id, node2.data?.id) : r;
|
|
61600
|
+
return r;
|
|
61602
61601
|
};
|
|
61603
61602
|
}
|
|
61604
61603
|
const adjustedColDef = {
|