tabletable

tabletable is a simple table component written purely in React. Its goal is to intentionally leave styling and filtering functionality up to the integrator in order to make it easier to integrate into complex applications.

tabletable will any sort of data structure (encapsulated as an Immutable sequence) and allow you to define your columns' markup and data projections as you like. It is also server-side rendering friendly.

For more information on use and contribution, check out the Readme.