Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.