Skip to content

Commit

Permalink
Merge pull request #243 from openfin/develop
Browse files Browse the repository at this point in the history
Merge v1.0.8 develop into master (with filter and sorter in pipeline this time)
  • Loading branch information
Jonathan Eiten authored Aug 8, 2016
2 parents 0f5f0c0 + 3891b8f commit e47f5f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/dataModels/JSON.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ var JSON = DataModel.extend('dataModels.JSON', {
*/
pipeline: [
{ type: 'JSDataSource' },
{ type: 'DataSourceGlobalFilter' },
{ type: 'DataSourceSorterComposite' },
],

/**
Expand Down
8 changes: 4 additions & 4 deletions version-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
* If the cell value is a function, however, legacy behavior is maintained: This function takes priority over the column function.
* Upon selecting a new operator from a column filter cell's dropdown, rather than inserting the new operator at the cursor position, the old operator is now _replaced_ by the new one the operator. If the column filter cell contains several expressions (_i.e.,_ concatenated with `and`, `or`, or `nor`), the operator in the expression under the cursor is replaced.
* Group view
* Aggregations and Group View have been added as add-ons and removed from HyperGrid core
* The aggregations add-on has the same behavior as before while the Group View is a view of the original columns, with drill downs in the tree cell for expanding the groups provided
* Hypergrid now only loads with the original Datasource and filter datasource as defaults
* Aggregations and Group View have been added as add-ons and removed from HyperGrid core.
* The aggregations add-on has the same behavior as before while the Group View is a view of the original columns, with drill downs in the tree cell for expanding the groups provided.
* Hypergrid now only loads with the original data source, the filter datasource as defaults, and the sorter data source.
* Demo 1: [`aggregations.html`](http://openfin.github.io/fin-hypergrid/aggregations-view.html)
* See Group Demo for example usage: [`group.html`](http://openfin.github.io/fin-hypergrid/group-view.html)
* See Group Demo for example usage: [`group.html`](http://openfin.github.io/fin-hypergrid/group-view.html).

### 1.0.7 - 18 July 2016

Expand Down

0 comments on commit e47f5f1

Please sign in to comment.