推荐使用angular-ui-grid:使用方法:app.controller('MainCtrl', ['$scope', '$http', '$log', function ($scope, $http, $log) {$scope.gridOptions.columnDefs = [{ name: 'id', pinnedLeft:true },{ name: 'name'},{ name: 'age'}]);