Never use "id" for Id

https://webix.com/snippet/ecaa0271

It takes me some times to find the reason, why one of my table did not work like expected. I used “id” for the id.

Is this a known restriction ?
Best Regards
Matthias

The point is that data mapping ({id: 'id', map:'#title#'}) affects the real data: it tries to modify the id of the row and that causes such conflict.

If you need to render a data different attribute, please use the template of the column.