Changelog See changelog Roadmap See roadmap Usage Please include the stylesheet index.css in your project. If you are using webpack with css-loader, you can require it: require('react-datagrid/index.css') Example var React = require('react') var DataGrid = require('react-datagrid') var data = [ { id: '1', firstName: 'John', lastName: 'Bobson'}, { id: '2', firstName: 'Bob', lastName: 'Mclaren'} ] v