Sorting in the tabular data is very common task. Suppose, I have a HTML table and using the simple ng-repeat directive. I am showing the employees data(name, age and department) in that table and want to sort data by the more than one columns.
Read this post on authorcode.com