The Wayback Machine - https://web.archive.org/web/20220503174410/https://github.com/constantin-p/cp-react-tree-table
Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

cp-react-tree-table

npm version MIT License

A fast, efficient tree table component for ReactJS.

Live Demo | Documentation

Documentation v0.x

Installation

[Method A] Using npm:
npm install --save cp-react-tree-table
[Method B] Using yarn:
yarn add cp-react-tree-table

Usage

Import the cp-react-tree-table module:

import { TreeTable, TreeState } from 'cp-react-tree-table';

License

This project is MIT licensed. Please see the LICENSE file for more information.