@refinitiv-ui/efx-grid 6.0.58 → 6.0.59

Sign up to get free protection for your applications and to get access to all the features.
@@ -26072,7 +26072,7 @@ Core_Core.prototype._batches = null;
26072
26072
  * @return {string}
26073
26073
  */
26074
26074
  Core_Core.getVersion = function () {
26075
- return "5.1.73";
26075
+ return "5.1.74";
26076
26076
  };
26077
26077
  /** {@link ElementWrapper#dispose}
26078
26078
  * @override
@@ -32211,9 +32211,9 @@ SortableTitlePlugin.prototype.sortColumns = function (sortOptions, opt_arg) {
32211
32211
  var states = [];
32212
32212
  for (var i = 0; i < sortOptions.length; i++) {
32213
32213
  var opt = sortOptions[i];
32214
- var colRef = opt["colIndex"];
32215
- if(colRef < 0 || colRef == null) {
32216
- colRef = opt["colId"] || opt["field"];
32214
+ var colRef = opt["colId"] || opt["field"];
32215
+ if(colRef == null) {
32216
+ colRef = opt["colIndex"];
32217
32217
  }
32218
32218
  var state = this._prepareSorting(
32219
32219
  colRef,