1.0.0-beta.81 • Published 4 years ago

@ivnalk/cp-react-tree-table v1.0.0-beta.81

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

ivnalk/cp-react-tree-table

npm version MIT License

A fork from a fast, efficient tree table component for ReactJS.

Real Live Demo | Real Documentation

Real Documentation v0.x

Installation

Method A Using npm:
npm install --save @ivnalk/cp-react-tree-table

Usage

Import the @ivnalk/cp-react-tree-table module:

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

Mejoras de Estilo

Se implementó la opción de agregar clases CSS en cada celda de la tabla.

Para integrar una clase CSS se debe de enviar en los datos del treetable

data: { name: 'Department 1', expenses: '75,000', employees: '18', contact: 'Florence Carter', class: 'myCSS_Class' },

License

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