Hi,
In the app that I created I am getting record from semantics3 api about items to purchase. I am showing a picture, the name, the price, and a button to add it to a shopping cart. I created a table with 4 columns and when getting the results I am getting 1 record per row.
I tried to make it work on listview (having 3 record per row) by having one column and 4 rows instead but was having some issues . Can you please guide me on the component to use, and how to implement it.