-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels