Skip to content

Commit

Permalink
added 2 fixed columns example to the json tab
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewirts committed Apr 14, 2015
1 parent fbcc2d5 commit c0dec99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ This Hypertree + Hypergrid example allows you to define a on the fly custom dril

<img src="images/gridshot04.png" alt="screenshot">
## Fixed Columns and Rows
Hypergrid supports both arbitrary number of fixed columns and fixed rows. The are controlled by overriding/replacing functions on YOUR behavior. An example of this can be found on the [JSON tab](http://openfin.github.io/fin-hypergrid/components/fin-hypergrid/demo.html?tab=2).
Hypergrid supports both arbitrary number of fixed columns and fixed rows. They are controlled by overriding/replacing functions on YOUR behavior. An example of this can be found on the [JSON tab](http://openfin.github.io/fin-hypergrid/components/fin-hypergrid/demo.html?tab=2).

```
var jsonGrid = document.querySelector('#json-example');
Expand Down

0 comments on commit c0dec99

Please sign in to comment.