2017-06-29 20 views

回答

1

你可以听filterChanged事件,当您注册gridApi。

gridOptions.onRegisterApi = function(gridApi){ 
    $scope.gridApi.core.on.filterChanged($scope, function(){ 
     // your logic goes here 
    } 
}