errror: custom checkbox in data table with save

Im working with a custom checkbox in DataTable.
It works fine, except when I add a “save”-Property, then after each click in Console appears

TypeError: ‘null’ is not an object (evaluating ‘obj.$parent’)

Data is only updated if I edit another field also.

Is it a bug - or am i doing anything wrong? (i am working with an php script that is o.k.on my tests here, in snippet if used “dummy”)

http://webix.com/snippet/6427d2aa

Yep, this issue affects all checkboxes, it is already fixed in dev. code.
I have sent you a link to the updated buil ( by PM, about a week ago ) - it already contains the fix for the above issue.

Yep, great, you’r right. Works.
:slight_smile: