@for (row of monthService.grid$ | async; track trackRowByFn($index)) {
@for (item of row; track trackMonthByFn($index, item)) { }
}