We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53060e commit 7c79ce9Copy full SHA for 7c79ce9
README.md
@@ -1,11 +1,18 @@
1
ngReactGrid - v0.4.0
2
===========
3
4
+ngReactGrid is an Angular directive that can be used to render an enhanced HTML table or grid of data very fast using React as the rendering engine.
5
+
6
+The API of the grid is similar to that of ng-grid's, and the table architecture (3 tables per grid) is similar to that of jQuery DataTables.
7
8
Please refer to: http://josebalius.github.io/ngReactGrid/ for documentation.
9
10
Todo
11
----
12
* Resizeable columns
13
+* Custom cell rendering (already implemented, need to document)
14
+* Column pinning
15
+* Don't see your feature? I am accepting pull requests. Please contribute.
16
17
License
18
----------
0 commit comments