We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68681d7 commit 97be89aCopy full SHA for 97be89a
src/js/core/directives/ui-grid-menu-button.js
@@ -193,7 +193,7 @@ angular.module('ui.grid')
193
var clearFilters = [{
194
title: i18nService.getSafeText('gridMenu.clearAllFilters'),
195
action: function ($event) {
196
- $scope.grid.clearAllFilters(undefined, true, undefined);
+ $scope.grid.clearAllFilters();
197
},
198
shown: function() {
199
return $scope.grid.options.enableFiltering;
0 commit comments