Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ferg1e/rable
- Owner: ferg1e
- License: mit
- Created: 2024-07-23T17:25:44.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T21:37:54.000Z (2 months ago)
- Last Synced: 2024-08-29T02:03:48.289Z (2 months ago)
- Topics: react, react-table, table
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.