# TreeGrid
JavaScript browser component for outputting a table with a fixed header. Hierarchical data is displayed as a tree.

![treegrid](demo.png)

See [sample c# application](https://github.com/miptleha/treegrid-core) that uses this component.

## Quick look
Download source code and open test page:
```
git clone https://github.com/miptleha/treegrid-js.git
cd treegrid-js
npm it
```

## Files
 File | Description
 --- | --- 
 [treegrid.js](src/treegrid.js) | Component code, require jquery
 [treegrid.css](src/treegrid.css) | Styles
 [Images](src/Images) | Images, used in component
 [index.html](index.html) | Test page
 [test](test) | Json data, used by test page
