Skip to content

Commit 7c79ce9

Browse files
committed
Update README.md
1 parent b53060e commit 7c79ce9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
ngReactGrid - v0.4.0
22
===========
33

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+
48
Please refer to: http://josebalius.github.io/ngReactGrid/ for documentation.
59

610
Todo
711
----
812
* 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.
916

1017
License
1118
----------

0 commit comments

Comments
 (0)