Introducing React Data Grid

screen shot 2015-04-26 at 21 44 30

At Adazzle, we've been working on a cool project for the past couple of months and we feel its finally ready for public use. It's a Javascript spreadsheet component built with React. We've been using it internally for quite some time, but have only recently gotten around to writing some decent documentation and examples for it, as well as building up a proper test suite.

ReactDataGrid started life off as a fork off an existing project and the great work done by Prometheus Research. The original project used virtual rendering techniques and harnassed the performance capabilities of React to be able to render hundreds of thousands of rows, and scroll through them without any lag. Since then, we’ve diverged significantly from the original project, and so moved to a new project react-data-grid. New features include

Its available both from npm and bower Simply run

npm install react-data-grid
or
bower install react-data-grid

Check out the examples and see how you get on

Written on April 26, 2015