Let say you have data of Employees with Name and Address.
(I have expanded the tutorial example of Employees).
So I want to list this as a table. One row for each employee.
One cell for Name and one cell for address so they line up nice.
How to do this? I only end up repeating everything inside ONE row.