<table> (in Blazor), but grouped by week.List<Days> grouped by week number with the following piece of code (Thanks to someone on this server):IEnumerable<IGrouped<int, Hours>> with null values for each of the Dates in my Hours.WorkedDays (List<Days>)
