Currently, I am facing an issue with a table that is being populated by Angular:
I have provided the code here so you can see the problem in action: http://plnkr.co/edit/qzY4r2XWq1UUJVrcqBsw?p=preview
When I click on the a
elements, the sort order changes. However, the alphabetic elements do not appear to be ordered alphabetically in the table.
The same issue occurs with the reverseOrder - only the last column is ordering in reverse.
For instance, if you try to sort by the first columns, you will notice that it is not ordered correctly.
Do you have any ideas about what might be causing this problem?