A fast, efficient tree table component for ReactJS.
[Method A] Using npm:
npm install --save cp-react-tree-table
[Method B] Using yarn:
yarn add cp-react-tree-table
Import the cp-react-tree-table
module:
import { TreeTable, TreeState } from 'cp-react-tree-table';
This project is MIT licensed. Please see the LICENSE file for more information.