Allow to sort an ObservableArray The current work around is to use the native array function Array.prototype.sort.call(myArray, myComparer);