How do I make a table from a List MVC?
- by user54197
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 |