Table containing another table (hierarchical table)
Questions tagged [nested-table]
236 questions
1
vote
1 answer
Render three level hierarchy from collections to mvc view
I'm trying to represent a 3-level nested collection on an MVC view.
Here is my code:
@*Accounts*@
@for (var counterAccount = 0; counterAccount <…