react-declarative-table

Highly performant and customizable table component with no external dependencies but React 0.13+

Usage no npm install needed!

<script type="module">
  import reactDeclarativeTable from 'https://cdn.skypack.dev/react-declarative-table';
</script>

README

React Declarative Table

Build Status npm

Live Demo

Features

  • Render table with groups of columns that can be scrolled separately.
  • Nested headers with ease.
  • Use Arbitrary components to render cell and header contents.
  • Can render any amount of rows and provides callback to fetch insufficient rows.
  • JSON-based configuration.

License

The code is available under MIT licence.