You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the default sortStrategies object for string - I've added a simple assert to string:
try {
var result = (str1+"").localeCompare(str2+"");
} catch(e) {
return 0;
}
...as if a field value was entirely numeric it threw a localeCompare is not a function error.
Regards
The text was updated successfully, but these errors were encountered:
in the default sortStrategies object for string - I've added a simple assert to string:
try {
var result = (str1+"").localeCompare(str2+"");
} catch(e) {
return 0;
}
...as if a field value was entirely numeric it threw a localeCompare is not a function error.
Regards
The text was updated successfully, but these errors were encountered: