#angrid : An Angular DataGrid plugin#
Contributors:
zhangdi (zhangdiwaa@163.com)
Dependencies: angular.js.
##About##
This is an easy frontend grid plugin for angularjs.
Although there are lots of javascript grid plugin such as ng-grid, jqgrid and flexigrid, I also need a grid plugin made by myself. For one reason, In the face of frequent changes of demand, I need to be able to flexibly modify the grid plugin. For another reason, build a grid plugin based on angular.js by myself is an interesting process.
##Roadmap## DecisionTreeDemo
##How to use?## Download the code, put the angrid.js and angrid.css in your project directory.
##Examples## Download the code and just look the folder "demo"
##Want More?## Please contact the author, Email: zhangdiwaa@163.com
##Change Log##
- 2015年02月27日 -Version 1.3- add Row select function, cell edit on focus function, escapeHtml filter (replace the html which lead to $sanitize:badparse), and more new features.
- 2015年02月09日 -Version 1.2- change the documents, and add a lot of new features.
- 2013年09月11日 -Version 1.0- Released.
- 2012年12月20日 -Version 0.4 beta- anGrid was created.