chore: update datasource schema with total records

This commit is contained in:
Juveniel 2018-08-30 11:52:17 +03:00
Родитель 90bc841807
Коммит 88a6b463c4
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -108,6 +108,9 @@
return data.DeleteProduct;
}
},
total: function(response) {
return response.data.products.length;
},
model: {
id: "ProductID",
fields: {