Hi,
I used widget.newTableView() and I really found the params option to be very useful in the insertRow(options)method.
Now I want to create a similar table view but with more than one column. I wasn’t sure if I could have more than one column using a table view so I used widget.newScrollView() and displayed a list of objects in 2 separate columns (see screenshot). However, I do not know how to create a method that allows the user to tap/touch an item. I don’t know how to create/send the item id or name or any param.
Can someone advise me on the best way to approach this?
Thanks in advance.