Hi. I have a problem while sorting a DataView. In Spain we have some letters like á, é, í, ó, ú and ñ that results placed at the end after sorting. The 5 accented vowels must be placed as normal vowels, and the ‘ñ’ must be between the ‘n’ and the ‘o’. How can I do that?
I only have 1 name per item in the DataView (#Name# or {obj.Name}), but it seems you use parameters A and B in the function to compare one each other. How can I do that?
a and b - two different items from dataview. The sorting function that I described in the previous reply is the same as usual approach to sort array of objects in JavaScript.