datatable.updateItem() Exception

Hi,

When i am trying to update an item in datatable i get the following exception.

I am using php script for loading data.

Error: t is undefined
webix.extend@https://cdn.webix.com/edge/webix.js:7:1
webix.DataStore.prototype.updateItem@https://cdn.webix.com/edge/webix.js:375:120
webix.DataStore.prototype.Ef/<@https://cdn.webix.com/edge/webix.js:392:174
successCallback@http://www.caliopa.com/controllers/panogeController.js:167:16
f/<@https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.7/angular.min.js:119:113
lf/this.$get</n.prototype.$eval@https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.7/angular.min.js:133:217
lf/this.$get</n.prototype.$digest@https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.7/angular.min.js:130:225
lf/this.$get</n.prototype.$apply@https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.7/angular.min.js:133:510
h@https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.7/angular.min.js:87:374
K@https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.7/angular.min.js:91:1
Sf/</z.onload@https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.7/angular.min.js:93:37

I am using datatable in a angular application. Is it right, that always i am updating an item all datastores updates via ajax ?

Can you please confirm that item object has “id” property ?

The data updating logic of Webix component depends on unique per-item ID, so while you can load the data even if it has not such property, component will fail to update such data.

the id is provided in updateItem method

the data in the component is also updated.

when i update item through updateItem all datastores are loaded via ajax again. maybe that is related to the error

the error is thrown only on first update. is that an isshue of angular ???