Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这可能有点晚了,但迟到总比没有好:)
我通过直接绑定到 gridOptions 的 filterText 属性取得了成功,如下所示
$scope.$watch('gridOptions.$gridScope.filterText', function (newVal, oldVal) { if (newVal !== oldVal) { } }, true);