I meant
grunner.sort.fields = [new SortField("code")]; // Sort
grunner.sort.compareFunction = myCompare; //compareFunctionIf your IDE has given up, just add some trace() statements. There's a method in ObjectUtil that'll dump Array (well, anything) sensibly.
Tom On 27/02/2013 08:55, Shervin Asgari wrote:
What do you mean sort and compareFunction?
