https://github.com/Nilkee/react-table
https://github.com/Nilkee/react-table
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Nilkee/react-table
- Owner: ForAzens
- License: mit
- Created: 2022-01-31T19:52:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T18:18:05.000Z (over 4 years ago)
- Last Synced: 2024-11-23T08:12:47.795Z (over 1 year ago)
- Language: JavaScript
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React Table
This project is not for production use, it just a side project that can become unmaintained/change the public API in any moment.
## Installation
```bash
npm install @forazens/react-table
# or
yarn add @forazens/react-table
```
## Why this project?
The main objective for this project is for testing how to create a complete react library.
A secondary objective is to provide a simple, declarative API for the library [React-table v7](https://github.com/tanstack/react-table/tree/v7) from [Tanner Linsley](https://twitter.com/tannerlinsley).