
angularjs ui-grid
Inuyasha1121
这个作者很懒,什么都没留下…
展开
-
ui-grid 使用讲解
转自:https://my.oschina.net/gmd/blog/670895在ui-grid 导出pdf 时可能会出现中文字符无法显示问题,解决方法看这篇博客:http://my.oschina.net/gmd/blog/714911 html代码:html ng-app="myApp"> head> meta charset="utf-8转载 2017-02-18 19:41:21 · 9065 阅读 · 2 评论 -
ui-grid 行编辑功能
原文:205 Row Edit Featureui.grid.rowedit 扩展了编辑功能, 以支持对服务器保存数据的回调, 该数据同时保存了 “行”。此功能尝试给用户一个类似于 电子表格 的体验, 以便他们可以编辑他们希望的任何字段, 并且该功能将试图保存数据 “行”。在数据不会产生错误的程度上, 从用户的角度来看, 保存过程几乎是无形的–保存后变灰色, 和不能编辑的灰色, 用户就像数转载 2017-04-28 15:39:29 · 3394 阅读 · 0 评论 -
angular ui-grid之过滤器设置
var app = angular.module('app', ['ui.grid', 'ui.grid.edit']);app.controller('MainCtrl', ['$scope', '$http', function ($scope, $http) { $scope.gridOptions = { columnDefs: [ { field: 'name原创 2017-04-13 10:57:35 · 2883 阅读 · 1 评论