Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 504 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 504 Bytes

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