Data Table Multi Select Values

Hi.

I need to return data from the 2nd columns of all the selected rows.

The datatable is populated by data from an ajax call.
Selections are then made.
On button click i need to get the values from the 2nde column for all selected rows.

It is possible with the getSelectedItem method:

https://webix.com/snippet/5ace5e96

Hi, still not returning the data. The list RES remains empty.
If i add this webix.message(obj[column]) under res.push i can see that there is data but it’s not adding it.

@zaaimanm can you please show the scenario where this solution does not work? It was written as an example and may not fit all situations.

Hi, got it working thanks