chore: update datasource schema with total records
This commit is contained in:
Родитель
90bc841807
Коммит
88a6b463c4
|
@ -108,6 +108,9 @@
|
|||
return data.DeleteProduct;
|
||||
}
|
||||
},
|
||||
total: function(response) {
|
||||
return response.data.products.length;
|
||||
},
|
||||
model: {
|
||||
id: "ProductID",
|
||||
fields: {
|
||||
|
|
Загрузка…
Ссылка в новой задаче