cx 21.11.3 → 21.12.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/data.js CHANGED
@@ -1956,7 +1956,7 @@ function getComparer(sorters, dataAccessor, comparer) {
1956
1956
  }
1957
1957
  : selector,
1958
1958
  factor: s.direction && s.direction[0].toLowerCase() == "d" ? -1 : 1,
1959
- compare: s.comparer || comparer || defaultCompare
1959
+ compare: s.comparer || s.compare || comparer || defaultCompare
1960
1960
  };
1961
1961
  });
1962
1962
  return function(a, b) {