react-infinitable
v0.0.2
Published
A table of infinite proportions.
Downloads
4
Readme
react-infinitable
A table of infinite proportions.
Basic Usage
<Infinitable
columnDefinitions={[
{
attribute: 'foo',
label: 'Test Data'
}
]}
tableData={[
{
foo: 'bar'
}
]}
/>