⌗ react-super-responsive-table

Coverage StatusTravisnpm versionnpm

Try Me

Resize your browser window width to pivot this super responsive table

Live Code

<Table>
<Thead>
<Tr>
<Th>Event</Th>
<Th>Date</Th>
<Th>Location</Th>
<Th>Organizer</Th>
<Th>Theme</Th>
<Th>Agent</Th>
</Tr>
</Thead>
<Tbody>
<Tr>
<Td>Tablescon</Td>
<Td>9 April 2019</Td>
<Td>East Annex</Td>
<Td>Super Friends</Td>
<Td>Data Tables</Td>
<Td>Coston Perkins</Td>
</Tr>
<Tr>
<Td>Capstone Data</Td>
<Td>19 May 2019</Td>
<Td>205 Gorgas</Td>
<Td>Data Underground</Td>
<Td>Data Scence</Td>
<Td>Jason Phillips</Td>
</Tr>
<Tr>
<Td>Tuscaloosa D3</Td>
<Td>29 June 2019</Td>
<Td>Github</Td>
<Td>The Contributors Consortium</Td>
<Td>Data Viz</Td>
<Td>Coston Perkins</Td>
</Tr>
</Tbody>
</Table>

Installation

npm i react-super-responsive-table

Usage

  1. import {Table, Thead, Tbody, Tr, Th, Td} from 'react-super-responsive-table'
  2. import 'react-super-responsive-table/dist/SuperResponsiveTableStyle.css'
  3. Write your html table with the imported components

Github

View project on GitHub