Datatable w/ ActiveContent : how to get the id of the corresponding data ?

According to the document, this should work :
http://webix.com/snippet/c2fb71c2

Am I doing something wrong ?

I can confirm the regression.

As quick workaround, change the code like next

var result = {locate: $$('matable').locate(this.$view.parentNode) };

http://webix.com/snippet/83a962aa

Ok, thanks for the quick reply !