From 7c79ce9a3f03021310b1df0647d1ff673769df59 Mon Sep 17 00:00:00 2001 From: Jose Garcia Date: Tue, 3 Jun 2014 21:59:46 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 38c3100..d95bfea 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,18 @@ ngReactGrid - v0.4.0 =========== +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. + +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. + Please refer to: http://josebalius.github.io/ngReactGrid/ for documentation. Todo ---- * Resizeable columns +* Custom cell rendering (already implemented, need to document) +* Column pinning +* Don't see your feature? I am accepting pull requests. Please contribute. License ----------