Remove sorting menu from ui-grid column header
I created ui-grid that has three columns, by default, the column header have a 'v' shaped icon (marked in red circle in the image) : Here the code and the plunker: var app = angular.module('app', ['ngTouch', 'ui.grid', 'ui.grid.expandable', 'ui.grid.selection', 'ui.grid.pinning']); app.controller('ThirdCtrl', ['$scope', '$http', '$log', function ($scope, $http, $log) { $scope.gridOptions = { expandableRowTemplate: 'expandableRowTemplate.html', expandableRowHeight: 150, onRegisterApi: function (gridApi) { gridApi.expandable.on.rowExpandedStateChanged($scope, function (row) { if (row.isExpanded)