Tag: angular ui grid

我在哪里可以得到Angular ui-grid选定的项目

testingangular度网格(ng-grid v.3.0)。 不能为我的生活find选定的行。 我只想抓住行的行数,甚至当用户点击行的行数时。 在这里find最热门的评论,但我认为这已经过时了: 从ng-grid获取选定的行? 有没有人知道在哪里gridOptions.selectedItems被存储在3.0?

AngularJS:如何从UI网格单元格模板访问范围?

如何从ui-grid单元格模板访问$scope ? 这是我的控制器代码: app.controller('MainCtrl', ['$scope', function ($scope) { // i want to reference this from a cell template. $scope.world = function() { return 'world'; }; $scope.gridOptions = { data: [ { id: "item1" }, { id: "item2" } ], columnDefs: [ { field: 'id', // world() is never called and is not displayed. cellTemplate: '<div>{{ […]

使用Bootstrap 3在AngularJS中表示Grid或Table的最佳方法?

我正在用AngularJS和Bootstrap 3创build一个应用程序。我想要显示一个包含数千行的表/网格。 什么是AngularJS&Bootstrap的最佳可用控件,具有sorting,search,分页等function