treetabular
Advanced tools
Comparing version 3.1.1 to 3.1.2
## treetabular | ||
3.1.2 / 2017-02-14 | ||
================== | ||
* Chore - Update readme example. Now sorting should work. | ||
3.1.1 / 2017-02-11 | ||
@@ -4,0 +9,0 @@ ================== |
{ | ||
"name": "treetabular", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Tree utilities", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -144,2 +144,3 @@ [![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) | ||
import cloneDeep from 'lodash/cloneDeep'; | ||
import orderBy from 'lodash/orderBy'; | ||
import { compose } from 'redux'; | ||
@@ -266,3 +267,4 @@ import * as resolve from 'table-resolver'; | ||
columns, | ||
sortingColumns | ||
sortingColumns, | ||
sort: orderBy | ||
}) | ||
@@ -269,0 +271,0 @@ ] |
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
49167
334