Код: Выделить всё
ng-repeat{
"meta": {
"run_date": "10/06/2024 13:54:49",
"from": "14/06/2024",
"to": "17/06/2024"
},
"business_team": "Team 1 | Team 2",
"dates": [
{
"value": "Saturday, 15 June, 2024",
"reservations": [
{
"sys_id": "a744889f1ba602100797ed79b04bcb03",
"location": "Room123",
"subject": "A new day, a new population of text in the subject field",
"requested_for": "Smith, John",
"attendees": 10,
"additional_info": "This is the additional information",
"service_items": [
{
"start": "15/06/2024 15:00:00",
"end": "15/06/2024 16:00:00",
"quantity": "14",
"category": "Equipment",
"name": "Mouse",
"comment": "This is the comment field"
}
]
}
]
}
]
}
< /code>
html шаблон: < /p>

Room Booking Details with Add-ons
{{ reportContent.business_team }}
xxx
xxx
xxx
Start
End
Items
Item comments
{{date.value}}
{{ reservation.location }}: {{ reservation.subject }}
{{ reservation.requested_for }}
{{ reservation.attendees }} Attendees
{{ item.start }}
{{ item.end }}
{{ item.quantity }} x {{ item.category }} - {{ item.name }}
{{ item.comment }}
Generated: {{ reportContent.meta.run_date }}
From {{ reportContent.meta.from }} to {{ reportContent.meta.to }}
Room Booking Details with Add-ons for {{ reportContent.business_team }}
< /code>
На случай, если вам интересно, я использую решение, чтобы дать фиксированный заголовок и нижний колонтитул на каждой странице, однако я все еще получаю эту проблему, когда я полностью удаляю это. Заранее спасибо за вашу помощь.
Подробнее здесь: https://stackoverflow.com/questions/786 ... ith-multip
Мобильная версия