Skip to content

Commit

Permalink
Add missing commas in datasource.schema.total documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilNN committed Sep 7, 2015
1 parent 461bdf8 commit 8a18f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/javascript/data/datasource.md
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ In this case, the `length` of the response `Array` will be used.
var dataSource = new kendo.data.DataSource({
transport: {
/* transport configuration */
}
},
serverGrouping: true,
schema: {
total: "total" // total is returned in the "total" field of the response
Expand All @@ -1088,7 +1088,7 @@ In this case, the `length` of the response `Array` will be used.
var dataSource = new kendo.data.DataSource({
transport: {
/* transport configuration */
}
},
serverGrouping: true,
schema: {
total: function(response) {
Expand Down

0 comments on commit 8a18f3c

Please sign in to comment.