Skip to content

Commit

Permalink
added features to json behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewirts committed Apr 24, 2015
1 parent 9dc0ec3 commit a9787c6
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 @@ -431,7 +431,7 @@ There are several ways to specify fields and headers with hypergrid.

# JSON behavior totals rows

adding totals rows just under the column headers is a simple. Call setTotals function on the JSON behavior an array of arrays of the content you want displayed.
adding totals rows just under the column headers with Hypergrid is extremely simple. Call setTotals function on the JSON behavior and pass in an array of arrays of the content you want displayed.

```
var totals =
Expand Down

0 comments on commit a9787c6

Please sign in to comment.