0.0.2 • Published 7 years ago

react-infinitable v0.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

react-infinitable

A table of infinite proportions.

Basic Usage

<Infinitable
  columnDefinitions={[
    {
      attribute: 'foo',
      label: 'Test Data'
    }
  ]}
  tableData={[
    {
      foo: 'bar'
    }
  ]}
/>