Skip to content

Commit

Permalink
easier API for fixed columns
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewirts committed Apr 15, 2015
1 parent 06cbc3c commit 76c4123
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
Hypergrid supports both arbitrary number of fixed columns. Simply call the setFixedColumnCount(num) function on YOUR behavior object. 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 arbitrary numbers of fixed columns. Simply call the setFixedColumnCount() function on YOUR behavior object. 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 76c4123

Please sign in to comment.