Skip to content

Commit

Permalink
docs - Improve intro
Browse files Browse the repository at this point in the history
Related to reactabular#1.
  • Loading branch information
bebraw committed Feb 3, 2017
1 parent 7642d0f commit 201d934
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## treetabular

2.0.2 / 2017-02-03
==================

* Docs - Improve intro.

2.0.1 / 2017-02-02
==================

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

# Treetabular - Tree utilities

`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
const tree = [
Expand Down

0 comments on commit 201d934

Please sign in to comment.