How to access the sorted rows in an Angular UI Grid? How to access the sorted rows in an Angular UI Grid? angularjs angularjs

How to access the sorted rows in an Angular UI Grid?


$scope.gridApi.core.getVisibleRows() returns an array of rows in the current sort/filter order.