Griddle is a simple grid component for use with React. Griddle makes few assumptions about how your grid should be styled. By default Griddle renders as an HTML table with some light styling.
Out of the box, Griddle has sorting, filtering, paging, infinite scrolling, sub-grids and more.
Griddle is powered by React and its virtual DOM. By default, only the current page of the grid is rendered at any given time. Data can be loaded all at once or paged on the server. Whether you have several or hundreds of records, Griddle should render your data quickly.
Preview:
Download Details:
Author: GriddleGriddle
Live Demo: View The Demo
Download Link: Download The Source Code
Official Website: https://github.com/GriddleGriddle/Griddle
License: MIT