2017-06-29 16 views

回答

1

你可以聽filterChanged事件,當您註冊gridApi。

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