I can't find a way to get all the sorted row data in ui-grid when using pagination
$scope.gridApi.core.getVisibleRows() only shows what is visible on the page I am on
$scope.gridApi.grid.rows contains the original data unsorted
Is there anyway to access all the sorted data? I need to display parts of it elsewhere on the page in the exact same sorted state. Thanks.