I found that the row Id will no longer map to the index of the data array if sorting is applied.
simple demo here: http://plnkr.co/edit/irVXdjAoCvAKPxQ1uD4P?p=preview
Is this intended behavior? or, is this a bug?
I know there is row.entity that can get the whole row information, but it does not help me directly to point to the data array. (unless an extra looping to the whole array is applied which is the worst case I gonna do)
so, does anyone know if there is any pointer/reference/variable I can use to point to the corresponding row of the data array after sorting is applied? Thank you.