Skip to content

Commit d4129f0

Browse files
David Mortonmportuga
David Morton
authored andcommitted
Fix for #6969 - Filters on restored columns
Tested this code locally (I was having the same issue as the original poster for issue #6969). It works like a charm.
1 parent f4ab083 commit d4129f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/js/directives/ui-grid-filter.js

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
};
2727

2828
$scope.$on( '$destroy', function() {
29+
delete $scope.col.filterable;
2930
delete $scope.col.updateFilters;
3031
});
3132
},

0 commit comments

Comments
 (0)