diff --git a/src/main/webapp/js/controllers.js b/src/main/webapp/js/controllers.js index 0f37a67a..8ceb8e09 100644 --- a/src/main/webapp/js/controllers.js +++ b/src/main/webapp/js/controllers.js @@ -778,6 +778,9 @@ function($scope, $state, $location, AdminUsersService) { data : 'users', selectedItems : $scope.selection, multiSelect : false, + showColumnMenu: true, + showFilter: true, + afterSelectionChange : function(item) { $state.transitionTo('admin.useredit', { _id : item.entity.id