Somehow that kind of combination creates print output in the middle of a page
Code to reproduce it:
<div class="row" id="invoice" print-section>
<div class="col-md-12" ng-bind-html="invoice"></div>
</div>
where invoice part is a table which I want to print only and is set as
<table style="width: 700; height: 389px;" align="center" print-table="invoice">
....
</table>
but it looks like anything at the top is pulled and replaced with a white space.
Somehow that kind of combination creates print output in the middle of a page
Code to reproduce it:
where
invoicepart is a table which I want to print only and is set asbut it looks like anything at the top is pulled and replaced with a white space.