how to get all the elements(data) of the row?
We managed to find just this
help please
“OnItemClick”: function (id, e, trg) {
webix.message ( “Click on row:” + id.row + “, column:” + id.column)
}
how to get all the elements(data) of the row?
We managed to find just this
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: