I have a List(Name, Item, Group#) that I would like to display in a table. How do I display this data with all the names in the 1st row, item in the 2nd, and group number in the 3rd row.
Name: | Jon | Tom | Kate | Brian |
Item: | Cup | Hat | Door | Store |
Group#:| 2 | 8 | 10 | 154 |
Because you’re going horizontally instead of vertically, this makes the code example I’ve thought up a bit messy. I’m not sure if there’s an alternative to this, but this should work.