Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 451 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 451 Bytes

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.