🏓React components to create responsive sortable tables
npm install sort-table-react> 🏓React components to create responsive sortable tables
See the component storybook to know all about to use the component
1.Install the component
yarn add sort-table-react
or
npm install --save sort-table-react
2. Import and use the component
``javascript
import Table from 'sort-table-react';
const DummyWrapper = props => (
Props
`javascript
headers={headers}
tableContent={tableContent}
initialSort={'surname'}
handleRowClick={handleRowClick}
/>
``