0.2.1 • Published 7 years ago

sort-table-react v0.2.1

Weekly downloads
17
License
ISC
Repository
github
Last release
7 years ago

sort-table-react

🏓React components to create responsive sortable tables

See the component storybook to know all about to use the component

Install

1.Install the component yarn add sort-table-react or npm install --save sort-table-react

  1. Import and use the component
  import Table from 'sort-table-react'; 

 const DummyWrapper = props => (
  <Table
  // add some props here as follows....
  />
 .);

Props

<Table
  headers={headers}
  tableContent={tableContent}
  initialSort={'surname'}
  handleRowClick={handleRowClick}
/>
0.2.1

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago