From 8a18f3cda2ece32b388e6f6d6e1c985fa2f17c08 Mon Sep 17 00:00:00 2001 From: KirilNN Date: Mon, 7 Sep 2015 10:40:37 +0300 Subject: [PATCH] Add missing commas in datasource.schema.total documentation --- docs/api/javascript/data/datasource.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/javascript/data/datasource.md b/docs/api/javascript/data/datasource.md index 6243d4e2fb3..0ef83af92bd 100644 --- a/docs/api/javascript/data/datasource.md +++ b/docs/api/javascript/data/datasource.md @@ -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 @@ -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) {