TLDR
 ReactGrid is a React.js component for displaying and editing data in a spreadsheet-like way. This guide shows you how to integrate it with the well-known pure Javascript library — Chart.js. ReactGrid was designed to be independent of your data model. It doesn’t care about your schema. You can render anything in any cell and thus you are able to display things the way you like it. To be reactive we will re-render the view only when the source data has changed.via the TL;DR App
no story
Written by  reactgrid  | ReactGrid is a component for displaying and entering data in a spreadsheet-like way.