Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/constantin-p/cp-react-tree-table
A fast, efficient tree table component for ReactJS.
https://github.com/constantin-p/cp-react-tree-table
data-table frontend javascript library react table tree tree-table typescript ui
Last synced: about 9 hours ago
JSON representation
A fast, efficient tree table component for ReactJS.
- Host: GitHub
- URL: https://github.com/constantin-p/cp-react-tree-table
- Owner: constantin-p
- License: mit
- Created: 2018-01-14T17:11:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T13:20:36.000Z (10 months ago)
- Last Synced: 2025-02-02T10:18:48.734Z (about 16 hours ago)
- Topics: data-table, frontend, javascript, library, react, table, tree, tree-table, typescript, ui
- Language: TypeScript
- Homepage: https://constantin.software/cp-react-tree-table
- Size: 3.16 MB
- Stars: 98
- Watchers: 5
- Forks: 27
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cp-react-tree-table
[![npm version](https://img.shields.io/npm/v/cp-react-tree-table)](https://www.npmjs.com/package/cp-react-tree-table)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/constantin-p/cp-react-tree-table/raw/master/LICENSE)A fast, efficient tree table component for ReactJS.
[Live Demo](https://constantin.software/cp-react-tree-table) | [Documentation](https://constantin.software/cp-react-tree-table/docs/)
[Documentation v0.x](https://github.com/constantin-p/cp-react-tree-table/tree/ver/0.x)
### Installation
###### [Method A] Using [npm](https://www.npmjs.com):
```sh
npm install --save cp-react-tree-table
```###### [Method B] Using [yarn](https://yarnpkg.com):
```sh
yarn add cp-react-tree-table
```### Usage
Import the `cp-react-tree-table` module:
```javascript
import { TreeTable, TreeState } from 'cp-react-tree-table';
```## License
This project is MIT licensed.
Please see the [LICENSE](LICENSE) file for more information.