how to get all the elements(data) of the row?

how to get all the elements(data) of the row?
We managed to find just this :frowning:
help please

“OnItemClick”: function (id, e, trg) {
webix.message ( “Click on row:” + id.row + “, column:” + id.column)
}

I can get the data in the form of the json-object?
simple:
{“column1”:“12323”, “column3”:“123243”,“column4”:“134223”,“column5”:“12343”}

Datatable has the dedicated getItem() method:

http://webix.com/snippet/6be62b0c