Data Table Loop

Hi,
I have this table with data. I want to loop thru each row and get the persons name, date, the value of the cell when it’s not blank or “ACD” for example “Break”, then the time of the break. I need to add this into a new table or VAR LIST in the following order. Name, Date, Activity “Being the Break”, Time.

https://webix.com/snippet/c056e56a

Hope you can help.

Hello,
datatable.data.each allows iterating through all data available on the client side.
And please use method add if you want to add some item to the store.