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: 3 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T13:20:36.000Z (about 1 year ago)
- Last Synced: 2025-03-30T21:07:14.128Z (4 months 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: 4
- Forks: 27
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cp-react-tree-table
[](https://www.npmjs.com/package/cp-react-tree-table)
[](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.