From 76c41234e8bf2dd10d3d90aa18860f6eab59738e Mon Sep 17 00:00:00 2001 From: steve wirts Date: Wed, 15 Apr 2015 16:37:32 -0400 Subject: [PATCH] easier API for fixed columns --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fb9dd91f..1f103f50d 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ This Hypertree + Hypergrid example allows you to define a on the fly custom dril 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');