Skip to content

khanhspring/react-simple-treetable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React simple tree table

Advantages

  • Dynamic columns
  • Tree table view
  • Tree line through on the rows
  • Toggle all
  • Light weight (only reactjs, css)
  • Easy to custom
  • Custom redering for cell of column

Usage

  1. Clone the project
$ git clone https://github.com/khanhspring/react-simple-treetable.git
  1. Install dependences
$ cd react-simple-treetable
$ npm install
  1. Start
$ npm start