Skip to content

ferg1e/rable

Repository files navigation

Rable

Rable (rhymes with table) is a React HTML table component. It converts an array of object literals into an HTML table. You can toggle ascending and descending sort for each column by clicking the column header. You can also edit each cell in the table that isn't a header or ID.

Installation

The component is in src/index.jsx, so you can import it like this:

import Rable from './index.jsx'

See src/App.jsx for an example.