Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ferg1e/rable

React table component
https://github.com/ferg1e/rable

react react-table table

Last synced: 26 days ago
JSON representation

React table component

Awesome Lists containing this project

README

        

# 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.