@ivnalk/cp-react-tree-table
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.81 • Public • Published

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.

Package Sidebar

Install

npm i @ivnalk/cp-react-tree-table

Weekly Downloads

0

Version

1.0.0-beta.81

License

MIT

Unpacked Size

92.5 kB

Total Files

7

Last publish

Collaborators

  • ivnalk