treetabular
Advanced tools
Comparing version 2.0.1 to 2.0.2
## treetabular | ||
2.0.2 / 2017-02-03 | ||
================== | ||
* Docs - Improve intro. | ||
2.0.1 / 2017-02-02 | ||
@@ -4,0 +9,0 @@ ================== |
{ | ||
"name": "treetabular", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Tree utilities", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -5,4 +5,6 @@ [![build status](https://secure.travis-ci.org/reactabular/treetabular.svg)](http://travis-ci.org/reactabular/treetabular) [![bitHound Score](https://www.bithound.io/github/reactabular/treetabular/badges/score.svg)](https://www.bithound.io/github/reactabular/treetabular) [![codecov](https://codecov.io/gh/reactabular/treetabular/branch/master/graph/badge.svg)](https://codecov.io/gh/reactabular/treetabular) | ||
`treetabular` provides tree helpers for Reactabular. It relies on a flat structure like this: | ||
`treetabular` provides tree helpers for Reactabular. It allows you to set up collapsible rows that can contain more collapsible ones while remaining within a table format. | ||
To achieve this, `treetabular` relies on a flat structure that contains the hierarchy: | ||
```javascript | ||
@@ -9,0 +11,0 @@ const tree = [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43296
329