I'm trying to sort observable arrays.
This fiddle: http://jsfiddle.net/EZUEF/485/ works nicely with a single observablearray. (Click list items to sort)
But this fiddle: http://jsfiddle.net/EZUEF/488/ doesn't work. It's an observablearray containing two objects, each of which contain an observablearray that needs sorting.
I'm aware that this line is wrong: self.FiveFave.FItemGroup.sort(descSort); I think I might need to use event.currenttarget but not sure how.
Thanks in advance.