A really fast Angular grid using the power of React to render hyper fast HTML tables.
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. It is based on ng-grid and jQuery DataTables. It uses HTML tables and supports fixed column headers by default.
Download the source files from Github: https://github.com/josebalius/ngReactGrid/zipball/master
After downloading and unzipping the directory, please copy the following files into their respective folder in your application:
./build/css/ngReactGrid.css
./build/js/ngReactGrid.min.js
./build/img/arrow_icons.png
Now that you have copied the necessary files into your application, it is time to add it to the HTML.
You are now ready to start using ngReactGrid!
Here is a simple example for a grid based on the template above: