In a view, I get an array of objects. I want to have a three column table that will be filled with an attribute of those objects. So, if my list has 5 objects, my table will have two rows: the first row will contain three cells, and the second row 2 cells.
How do I iterate over that list in order to accomplish this?