**Vue-tree-table-component** is a customizable solution for fast creation of components containing tree structure - most of all tree tables!
npm install vue-tree-table-componentVue-tree-table-component is a customizable solution for fast creation of components containing tree structure - most of all tree tables!
`````
npm install vue-tree-table-component --save
````
yarn add vue-tree-table-component
In order to use the VueTreeTable component you just have to import it an pass two props:
* table-data - an array of objects that are to be presented in the tabe
* columns - an array which will specify the table's columns
Let's take a look at simple example:
`html
:columns="columns"
:table-data="tableData" />
``
You can find whole documentation with examples here
We're always open for contributions. If you'd like to get involved, contact us at grzegorz.tluszcz@upsidelab.io.
If you've found any bugs or have ideas for new features you can create an issue on GitHub.
Please see LICENSE for licensing details.