Код: Выделить всё
@media print {
/* the parent container */
table.report-container {
page-break-after:always;
}
/* the parent container */
thead.report-header {
display:table-header-group;
}
/* the footer container */
tfoot.report-footer {
display:table-footer-group;
}
}
Код: Выделить всё
Header
Footer

Все I Необходимо найти способ заставить нижний колонтитул всегда отображаться в конце страницы.
Подробнее здесь: https://stackoverflow.com/questions/717 ... -css-print
Мобильная версия