Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:trunkclub/backgrid-sum
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Meyers committed May 19, 2014
2 parents 589505d + 5d6d49b commit b8d3c9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ profit

* * *

### Summing columns in a row
To sum columns in a particular row, you'll want to override the `row` option in `Backgrid.Grid`, like so:
### Summing the cells of a row
To sum the cells of a row, you'll want to override the `row` option in `Backgrid.Grid`, like so:
```javascript
var grid = new Backgrid.Grid({
...
Expand All @@ -45,8 +45,8 @@ var grid = new Backgrid.Grid({

```

### Summing a column
To sum columns, you'll want to override the `body` option in `Backgrid.Grid`, like so:
### Summing the cells of a column
To sum the cells of a column, you'll want to override the `body` option in `Backgrid.Grid`, like so:
```javascript
var grid = new Backgrid.Grid({
...
Expand Down

0 comments on commit b8d3c9a

Please # to comment.